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 affd573 commit 5238822Copy full SHA for 5238822
clojure-mode.el
@@ -137,6 +137,7 @@ to indent function forms.
137
(reduce
138
merge
139
some-coll)"
140
+ :safe #'keywordp
141
:type '(choice (const :tag "Same as `lisp-mode'" :always-align)
142
(const :tag "Indent like a macro body" :always-indent)
143
(const :tag "Indent like a macro body unless first arg is on the same line"
0 commit comments