From 68a75fb9c2cfaea9c5f5fb889e687b3b0784db86 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 14 Sep 2014 11:14:28 +0100 Subject: Emacs: Remove cider-mode-map C-c C-f binding --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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))) -- cgit 1.4.1