Created
August 31, 2016 20:26
-
-
Save aiba/a7686f9eb5bd876130b08223000b73b4 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
;; I recommend mapping to C-c M-k | |
(defun my-cider-reset-buffer () | |
(interactive) | |
(cider-interactive-eval "(remove-ns (ns-name *ns*))") | |
(cider-load-buffer)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment