summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-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)))