| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-18 | 1.2 kB | |
| v5.21.0 source code.tar.gz | 2026-02-18 | 23.4 MB | |
| v5.21.0 source code.zip | 2026-02-18 | 23.5 MB | |
| Totals: 3 Items | 46.9 MB | 0 | |
New features
- #650: Add
edn-mode, a lightweight mode derived fromclojure-modewith data-appropriate indentation for.ednfiles. - #439: Add
interpreter-mode-alistentries forclojure,clj,planck,joker, andjank, so that scripts with shebang lines are recognized automatically.
Bugs fixed
- #658: Fix
clojure-mode-versionreturningnil. - #686: Fix
clojure-find-deffailing when comments appear between thedefform and the symbol name. - #637: Fix
clojure-find-deffailing on symbols containing special characters (e.g.defn+).
Changes
- #482: Bind
clojure-aligntoC-c C-a(following Emacs keybinding conventions). The oldC-c SPCbinding is deprecated and will be removed in a future release. - Bump the minimum required Emacs version to 27.1.