Created
June 6, 2018 07:23
-
-
Save ChrisBlom/c0a250b1c02c7aed738e421ab753eaf6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(defun add-clj-format-before-save () | |
(interactive) | |
(add-hook 'before-save-hook | |
'cider-format-buffer | |
t | |
t)) | |
(add-hook 'clojure-mode-hook 'add-clj-format-before-save) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment