From 9fc95c2b7b427c40b87e0d3ee4f95468a5064c0f Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 30 May 2017 12:19:14 +0200 Subject: Only bind C-c c in flyspell-mode --- lisp/init-flyspell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/init-flyspell.el') diff --git a/lisp/init-flyspell.el b/lisp/init-flyspell.el index 635db64..4e6b363 100644 --- a/lisp/init-flyspell.el +++ b/lisp/init-flyspell.el @@ -2,6 +2,7 @@ ;; package is bundled with emacs :ensure nil - :bind ("C-c c" . flyspell-correct-word-before-point)) + :bind (:map flyspell-mode-map + ("C-c c" . flyspell-correct-word-before-point))) (provide 'init-flyspell) -- cgit v1.2.3