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 915c533 commit 8a4dcc6Copy full SHA for 8a4dcc6
clojure-mode.el
@@ -1569,7 +1569,7 @@ current sexp."
1569
(save-excursion
1570
(let ((contents (clojure-delete-and-extract-sexp)))
1571
(when (looking-at " *\n")
1572
- (join-line -1))
+ (join-line 'following))
1573
(clojure--ensure-parens-around-function-names)
1574
(let* ((sexp-beg-line (line-number-at-pos))
1575
(sexp-end-line (progn (forward-sexp)
@@ -1596,7 +1596,7 @@ Point must be between the opening paren and the -> symbol."
1596
1597
1598
1599
1600
1601
(down-list)
1602
(forward-sexp)
0 commit comments