diff options
author | Alan Pearce | 2014-09-14 11:14:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-14 11:14:28 +0100 |
commit | 68a75fb9c2cfaea9c5f5fb889e687b3b0784db86 (patch) | |
tree | 5dbac9cd08a1e3c6aee6a9f92404be2df2adb7ab /tag-emacs/emacs.d | |
parent | 5470cbe9357324f078f0ff3a786f3944edde93f0 (diff) | |
download | nixfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.tar.lz nixfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.tar.zst nixfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.zip |
Emacs: Remove cider-mode-map C-c C-f binding
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index a51e7c71..b873d8b4 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1185,6 +1185,7 @@ mouse-1: Display Line and Column Mode Menu")))))) :defer t :config (progn (setq nrepl-hide-special-buffers t) + (unbind-key "C-c C-f" cider-mode-map) (add-hook 'cider-mode-hook #'cider-turn-on-eldoc-mode) (add-hook 'cider-repl-mode-hook #'paredit-mode))) |