You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, ‘electric-layout-post-self-insert-function’ prevents indentation in
strings and comments. When ‘electric-indent-mode’ is on, we want ‘newline’ to
reindent the line when the point is within a docstring, so this patch adds a
hook to ‘electric-indent-functions’ to that effect.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Bugs fixed
6
6
7
+
*[#447](https://github.com/clojure-emacs/clojure-mode/issues/241): When `electric-indent-mode` is on, force indentation from within docstrings.
7
8
*[#438](https://github.com/clojure-emacs/clojure-mode/issues/438): Filling within a doc-string doesn't affect surrounding code.
8
9
* Fix fill-paragraph in multi-line comments.
9
10
*[#443](https://github.com/clojure-emacs/clojure-mode/issues/443): Fix behavior of `clojure-forward-logical-sexp` and `clojure-backward-logical-sexp` with conditional macros.
0 commit comments