Skip to content

Instantly share code, notes, and snippets.

@sbelak
Created May 11, 2016 06:53
Show Gist options
  • Save sbelak/923869210b08620c18ef6e3d465a101e to your computer and use it in GitHub Desktop.
Save sbelak/923869210b08620c18ef6e3d465a101e to your computer and use it in GitHub Desktop.
(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