Skip to content

clojure-mode 5.3

Compare
Choose a tag to compare
@bbatsov bbatsov released this 21 May 16:00
· 427 commits to master since this release

Bugs fixed

  • #371: Don't font-lock :foo/def like a def 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.