Skip to content

Instantly share code, notes, and snippets.

@malfario
Created March 12, 2018 06:46
Show Gist options
  • Save malfario/21f54e0358f7043d9775abe289fbba40 to your computer and use it in GitHub Desktop.
Save malfario/21f54e0358f7043d9775abe289fbba40 to your computer and use it in GitHub Desktop.
Compojure indent in spacemacs
(define-clojure-indent
(defroutes 'defun)
(GET 2)
(POST 2)
(PUT 2)
(DELETE 2)
(HEAD 2)
(ANY 2)
(OPTIONS 2)
(PATCH 2)
(rfn 2)
(let-routes 1)
(context 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment