Skip to content

Commit

Permalink
Indent "testing" macro nicely.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 29, 2009
1 parent 8fd2052 commit d39c0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ check for contextual indenting."
(assoc 1)
(condp 2)

(fn 'defun))
(fn 'defun)
(testing 1))

;; built-ins
(define-clojure-indent
Expand Down

0 comments on commit d39c0aa

Please sign in to comment.