File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1279,10 +1279,11 @@ Requires the macro's NAME and a VALUE."
12791279 " List of additional symbols with defun-style indentation in Clojure.
12801280
12811281You can use this to let Emacs indent your own macros the same way
1282- that it indents built-in macros like with-open. To manually set
1283- it from Lisp code, use (put-clojure-indent 'some-symbol :defn)."
1282+ that it indents built-in macros like with-open. This variable
1283+ only works when set via the customize interface (`setq' won't
1284+ work). To set it from Lisp code, use
1285+ (put-clojure-indent \\= 'some-symbol :defn)."
12841286 :type '(repeat symbol)
1285- :safe #'listp
12861287 :set 'add-custom-clojure-indents )
12871288
12881289(define-clojure-indent
You can’t perform that action at this time.
0 commit comments