clojure-mode 5.3
Bugs fixed
- #371: Don't font-lock
:foo/def
like adef
form. - #367:
clojure-align
no longer gets confused with commas. In fact, now it even removes extra commas.
New features
- #370: Warn the user if they seem to have activated the wrong major-mode.
- Make the expected ns function configurable via
clojure-expected-ns-function
.