Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created April 26, 2011 14:47
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 bhenry/a09054cec2522364dea9 to your computer and use it in GitHub Desktop.
Save bhenry/a09054cec2522364dea9 to your computer and use it in GitHub Desktop.
;; switch to repl in current ns C-c SHIFT-Z (ns must be loaded)
(fset 'to-repl-in-ns
[?\C-c ?\M-p return ?\C-c ?\C-z])
(global-set-key (kbd "\C-cZ") 'to-repl-in-ns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment