We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a701b1 commit 957dfb2Copy full SHA for 957dfb2
clojure-mode.el
@@ -137,10 +137,10 @@ to indent function forms.
137
(reduce
138
merge
139
some-coll)"
140
- :type '(choice (const :tag "Same as `lisp-mode'" lisp)
141
- (const :tag "Indent like a macro body" always-body)
+ :type '(choice (const :tag "Same as `lisp-mode'" :always-align)
+ (const :tag "Indent like a macro body" :always-indent)
142
(const :tag "Indent like a macro body unless first arg is on the same line"
143
- body-unless-same-line))
+ :align-arguments))
144
:package-version '(clojure-mode . "5.2.0"))
145
146
(define-obsolete-variable-alias 'clojure-defun-style-default-indent
0 commit comments