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 0946707 commit 5c85010Copy full SHA for 5c85010
1 file changed
clojure-mode.el
@@ -2168,7 +2168,6 @@ content) are considered part of the preceding sexp."
2168
(defun clojure-sort-ns ()
2169
"Internally sort each sexp inside the ns form."
2170
(interactive)
2171
- (comment-normalize-vars t) ;; `t`: avoid prompts
2172
(if (clojure-find-ns)
2173
(save-excursion
2174
(goto-char (match-beginning 0))
0 commit comments