Skip to content

clojure-mode 5.14

Compare
Choose a tag to compare
@bbatsov bbatsov released this 30 Apr 06:21
· 74 commits to master since this release

New features

  • Allow additional directories, beyond the default clj[sc], to be correctly formulated by clojure-expected-ns via new defcustom entitled clojure-directory-prefixes
  • Recognize babashka projects (identified by the presence of bb.edn).
  • #601: Add new command clojure-promote-fn-literal for converting #() function literals to fn form

Changes

  • #604: Add bb (babashka) to interpreter-mode-alist.

Bugs fixed

  • #608 Fix alignment issue involving margin comments at the end of nested forms.