Skip to content

Commit 6c83a48

Browse files
committed
Remove some redundant indentation config
Methods starting with `with-` are handled automatically in clojure-indent-function.
1 parent c0743ed commit 6c83a48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clojure-mode.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,6 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
813813
(locking 1)
814814
(proxy 2)
815815
(as-> 2)
816-
(with-open 1)
817-
(with-precision 1)
818-
(with-local-vars 1)
819816

820817
(reify 'defun)
821818
(deftype 2)

0 commit comments

Comments
 (0)