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 686f43b commit dbb2a72Copy full SHA for dbb2a72
clojure-mode.el
@@ -557,6 +557,8 @@ replacement for `cljr-expand-let`."
557
;; and comments, force indentation of non-inlined docstrings:
558
(add-hook 'electric-indent-functions
559
(lambda (_char) (if (and (clojure-in-docstring-p)
560
+ ;; make sure we're not dealing with an inline docstring
561
+ ;; e.g. (def foo "inline docstring" bar)
562
(save-excursion
563
(beginning-of-line-text)
564
(eq (get-text-property (point) 'face)
0 commit comments