Created
May 11, 2016 06:53
-
-
Save sbelak/923869210b08620c18ef6e3d465a101e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(eval-after-load "clojure-mode" | |
`(progn | |
(define-clojure-indent | |
(defroutes 'defun) | |
(GET 2) | |
(POST 2) | |
(PUT 2) | |
(DELETE 2) | |
(HEAD 2) | |
(ANY 2) | |
(context 2) | |
(into 1) | |
($fn 'defun) | |
(lambda 'defun) | |
(cond 0) | |
(match 'defun) | |
(try+ 0) | |
(throw+ 0) | |
(for-map 'defun) | |
(let-programs 1)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment