summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-09-14 11:14:28 +0100
committerAlan Pearce2014-09-14 11:14:28 +0100
commit68a75fb9c2cfaea9c5f5fb889e687b3b0784db86 (patch)
tree5dbac9cd08a1e3c6aee6a9f92404be2df2adb7ab
parent5470cbe9357324f078f0ff3a786f3944edde93f0 (diff)
downloaddotfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.tar.lz
dotfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.tar.zst
dotfiles-68a75fb9c2cfaea9c5f5fb889e687b3b0784db86.zip
Emacs: Remove cider-mode-map C-c C-f binding
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a51e7c7..b873d8b 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)))