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 2fa46e6 commit 293da0eCopy full SHA for 293da0e
clojure-mode.el
@@ -1279,10 +1279,11 @@ Requires the macro's NAME and a VALUE."
1279
"List of additional symbols with defun-style indentation in Clojure.
1280
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)."
+that it indents built-in macros like with-open. This variable
+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)."
1286
:type '(repeat symbol)
- :safe #'listp
1287
:set 'add-custom-clojure-indents)
1288
1289
(define-clojure-indent
0 commit comments