Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jcs-elpa/mbs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: jcs-elpa/mbs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 21, 2024

  1. ci: Test Emacs 29.4

    jcs090218 authored Jul 21, 2024
    Copy the full SHA
    1513f01 View commit details

Commits on Jan 1, 2025

  1. Update copyright year

    jcs090218 committed Jan 1, 2025
    Copy the full SHA
    a2bea88 View commit details

Commits on Feb 13, 2025

  1. Update .gitignore

    jcs090218 authored Feb 13, 2025
    Copy the full SHA
    d417ac3 View commit details

Commits on Feb 24, 2025

  1. Update test.yml

    jcs090218 authored Feb 24, 2025
    Copy the full SHA
    6b73007 View commit details

Commits on Feb 26, 2025

  1. docs: Clean up $ for copy

    jcs090218 authored Feb 26, 2025
    Copy the full SHA
    85d9e34 View commit details
Showing with 12 additions and 9 deletions.
  1. +2 −1 .github/workflows/test.yml
  2. +3 −0 .gitignore
  3. +6 −7 README.md
  4. +1 −1 mbs.el
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@ jobs:
- 26.3
- 27.2
- 28.2
- 29.3
- 29.4
- 30.1
experimental: [false]
include:
- os: ubuntu-latest
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -13,3 +13,6 @@ dist/
# packaging
*-autoloads.el
*-pkg.el

# OS generated
.DS_Store
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -28,36 +28,35 @@ To run the test locally, you will need the following tools:
Install all dependencies and development dependencies:

```sh
$ eask install-deps --dev
eask install-deps --dev
```

To test the package's installation:

```sh
$ eask package
$ eask install
eask package
eask install
```

To test compilation:

```sh
$ eask compile
eask compile
```

**🪧 The following steps are optional, but we recommend you follow these lint results!**

The built-in `checkdoc` linter:

```sh
$ eask lint checkdoc
eask lint checkdoc
```

The standard `package` linter:

```sh
$ eask lint package
eask lint package
```

*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*

## ⚜️ License
2 changes: 1 addition & 1 deletion mbs.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; mbs.el --- Minibuffer Stats -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Shen, Jen-Chieh
;; Copyright (C) 2022-2025 Shen, Jen-Chieh
;; Created date 2022-04-19 21:01:22

;; Author: Shen, Jen-Chieh <jcs090218@gmail.com>