Skip to content

clojure-mode 5.10

Compare
Choose a tag to compare
@bbatsov bbatsov released this 05 Jan 11:22
· 240 commits to master since this release

New features

  • Recognize Gradle projects using the new Kotlin DSL (build.gradle.kts).
  • #481: Support vertical alignment even in the presence of blank lines, with the new clojure-align-separator user option.
  • #483: Support alignment for reader conditionals, with the new clojure-align-reader-conditionals user option.
  • #497: Indent "let", "when" and "while" as function form if not at start of a symbol.

Bugs fixed

  • #489: Inserting parens before comment form doesn't move point.
  • #500: Fix project.el integration.

Changes

  • Change the accepted values of clojure-indent-style from keywords to symbols.