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."
1279
1279
" List of additional symbols with defun-style indentation in Clojure.
1280
1280
1281
1281
You 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)."
1284
1286
:type '(repeat symbol)
1285
- :safe #'listp
1286
1287
:set 'add-custom-clojure-indents )
1287
1288
1288
1289
(define-clojure-indent
You can’t perform that action at this time.
0 commit comments