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 3741ee3 commit b3f8fa0Copy full SHA for b3f8fa0
clojure-mode.el
@@ -1042,6 +1042,7 @@ point) to check."
1042
(put 'defmacro 'clojure-doc-string-elt 2)
1043
(put 'definline 'clojure-doc-string-elt 2)
1044
(put 'defprotocol 'clojure-doc-string-elt 2)
1045
+(put 'deftask 'clojure-doc-string-eld 2) ;; common Boot macro
1046
1047
;;; Vertical alignment
1048
(defcustom clojure-align-forms-automatically nil
0 commit comments