Skip to content

Commit

Permalink
Bind cider-switch-to-repl-buffer globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Keller committed Jan 8, 2016
1 parent 0a74cd0 commit d02e13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:init
(use-package ac-cider
:ensure t
:bind (("C-c C-z" . cider-switch-to-repl-buffer)) ; global!
:config
(add-hook 'cider-mode-hook 'ac-flyspell-workaround)
(add-hook 'cider-mode-hook 'ac-cider-setup)
Expand Down

0 comments on commit d02e13e

Please sign in to comment.