Skip to content

Commit 3cef9f3

Browse files
committed
Merge pull request #291 from weavejester/specify-fix
Fix indentation of specify and specify!
2 parents 4b7652a + bc66c27 commit 3cef9f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clojure-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,8 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
831831
(extend 1)
832832
(extend-protocol 1)
833833
(extend-type 1)
834+
(specify 1)
835+
(specify! 1)
834836

835837
(try 0)
836838
(catch 2)

0 commit comments

Comments
 (0)