Skip to content

Instantly share code, notes, and snippets.

@aiba
Created August 31, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aiba/a7686f9eb5bd876130b08223000b73b4 to your computer and use it in GitHub Desktop.
Save aiba/a7686f9eb5bd876130b08223000b73b4 to your computer and use it in GitHub Desktop.
;; 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