Created
February 11, 2016 17:29
-
-
Save vkz/182fe2d6a70aad01a3e2 to your computer and use it in GitHub Desktop.
Use cider-refresh to get Parens of the Dead reloading
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
(with-eval-after-load 'cider | |
(add-hook 'cider-mode-hook | |
(lambda () | |
(add-hook 'after-save-hook 'cider-refresh nil 'make-it-local)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment