diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-01-04 23:27:40 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-01-04 23:27:40 -0500 |
| commit | 7f99da9ff3701ffed40e3cc9642737f814a776de (patch) | |
| tree | 67600941ba48d2cb18f75df594a6acafce06eee4 | |
| parent | e990177c9066acff9bcafd61f2b1ce12e080befb (diff) | |
elpa-packages (shift-number): New package
| -rw-r--r-- | elpa-packages | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/elpa-packages b/elpa-packages index b528a9b..47e8d5f 100644 --- a/elpa-packages +++ b/elpa-packages @@ -157,6 +157,8 @@ ;; The `cl-print' code doesn't try to work outside of Emacs any more. ;;(cl-print :core "lisp/emacs-lisp/cl-print.el") (clipboard-collector :url "https://github.com/clemera/clipboard-collector") + ;; (cm-mode :url "https://github.com/joostkremers/criticmarkup-emacs" + ;; :readme "README.md") (cobol-mode :url "https://git.sr.ht/~hjelmtech/cobol-mode") (code-cells :url "https://github.com/astoff/code-cells.el" :ignored-files ("LICENSE")) @@ -748,6 +750,9 @@ (shell-command+ :url "https://codeberg.org/pkal/shell-command-plus.el") (shell-quasiquote :url nil) (shen-mode :url nil) + (shift-number :url "https://codeberg.org/ideasman42/emacs-shift-number" + :ignored-files ("LICENSE") + :readme "readme.rst") (show-font :url "https://github.com/protesilaos/show-font" :doc "README.org" :news "CHANGELOG.org" |
