12
12
; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
13
13
; ; URL: https://github.com/clojure-emacs/clojure-mode
14
14
; ; Keywords: languages clojure clojurescript lisp
15
- ; ; Version: 5.18.1
15
+ ; ; Version: 5.19.0-snapshot
16
16
; ; Package-Requires: ((emacs "25.1"))
17
17
18
18
; ; This file is not part of GNU Emacs.
@@ -192,7 +192,7 @@ to indent keyword invocation forms.
192
192
(const :tag " Indent like a macro body" 'always-indent )
193
193
(const :tag " Indent like a macro body unless first arg is on the same line"
194
194
'align-arguments ))
195
- :package-version '(clojure-mode . " 5.14 .0" ))
195
+ :package-version '(clojure-mode . " 5.19 .0" ))
196
196
197
197
(defcustom clojure-use-backtracking-indent t
198
198
" When non-nil, enable context sensitive indentation."
@@ -1851,12 +1851,13 @@ Requires the macro's NAME and a VALUE."
1851
1851
value))
1852
1852
1853
1853
(defcustom clojure-enable-indent-specs t
1854
- " Honor indent specs, either set via metadata on the
1855
- function/macro, or via `define-clojure-indent' . Set this to `nil'
1856
- to get uniform formatting of all forms."
1854
+ " Control whether to honor indent specs.
1855
+ They can be either set via metadata on the function/macro, or via
1856
+ `define-clojure-indent' . Set this to nil to get uniform
1857
+ formatting of all forms."
1857
1858
:type 'boolean
1858
1859
:safe #'booleanp
1859
- :package-version '(clojure-mode . " 5.14 .0" ))
1860
+ :package-version '(clojure-mode . " 5.19 .0" ))
1860
1861
1861
1862
(defcustom clojure-defun-indents nil
1862
1863
" List of additional symbols with defun-style indentation in Clojure.
0 commit comments