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 83fe6c3 commit 276a59cCopy full SHA for 276a59c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### New features
6
+
7
+* When aligning forms with `clojure-align` (or with the automatic align feature), blank lines will divide alignment regions.
8
9
## 5.3.0 (2016-04-04)
10
11
### Bugs fixed
clojure-mode.el
@@ -928,7 +928,7 @@ When called from lisp code align everything between BEG and END."
928
(forward-sexp 1)
929
(point-marker)))
930
(clojure-align-forms-automatically nil))
931
- (align-region (point) sexp-end nil
+ (align-region (point) sexp-end "^ *$"
932
'((clojure-align (regexp . clojure--search-whitespace-after-next-sexp)
933
(group . 1)
934
(repeat . t)))
0 commit comments