File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.
141141 merge
142142 some-coll)"
143143 :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)
146146 (const :tag " Indent like a macro body unless first arg is on the same line"
147- ' align-arguments ))
147+ align-arguments))
148148 :package-version '(clojure-mode . " 5.2.0" ))
149149
150150(defcustom clojure-use-backtracking-indent t
@@ -1143,7 +1143,7 @@ will align the values like this:
11431143 :type `(choice (const :tag " Make blank lines prevent vertical alignment from happening."
11441144 , clojure--align-separator-newline-regexp )
11451145 (other :tag " Allow blank lines to happen within a vertically-aligned expression."
1146- ' entire )))
1146+ entire)))
11471147
11481148(defcustom clojure-align-reader-conditionals nil
11491149 " Whether to align reader conditionals, as if they were maps."
You can’t perform that action at this time.
0 commit comments