File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ to indent function forms.
141
141
merge
142
142
some-coll)"
143
143
:safe #'symbolp
144
- :type '(choice (const :tag " Same as `lisp-mode' " ' always-align )
145
- (const :tag " Indent like a macro body" ' always-indent )
144
+ :type '(choice (const :tag " Same as `lisp-mode' " always-align)
145
+ (const :tag " Indent like a macro body" always-indent)
146
146
(const :tag " Indent like a macro body unless first arg is on the same line"
147
- ' align-arguments ))
147
+ align-arguments))
148
148
:package-version '(clojure-mode . " 5.2.0" ))
149
149
150
150
(defcustom clojure-use-backtracking-indent t
@@ -1143,7 +1143,7 @@ will align the values like this:
1143
1143
:type `(choice (const :tag " Make blank lines prevent vertical alignment from happening."
1144
1144
, clojure--align-separator-newline-regexp )
1145
1145
(other :tag " Allow blank lines to happen within a vertically-aligned expression."
1146
- ' entire )))
1146
+ entire)))
1147
1147
1148
1148
(defcustom clojure-align-reader-conditionals nil
1149
1149
" Whether to align reader conditionals, as if they were maps."
You can’t perform that action at this time.
0 commit comments