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 ab1b205 commit deb35d9Copy full SHA for deb35d9
clojure-mode.el
@@ -543,7 +543,7 @@ replacement for `cljr-expand-let`."
543
;; `electric-layout-post-self-insert-function' prevents indentation in strings
544
;; and comments, force indentation in docstrings:
545
(add-hook 'electric-indent-functions
546
- (lambda (char) (if (clojure-in-docstring-p) 'do-indent))))
+ (lambda (_char) (if (clojure-in-docstring-p) 'do-indent))))
547
548
(defcustom clojure-verify-major-mode t
549
"If non-nil, warn when activating the wrong `major-mode'."
0 commit comments