From 3179ceabf871c7ebaaafb1621a92d7c7adfefcf6 Mon Sep 17 00:00:00 2001 From: David Florness Date: Wed, 3 Jan 2018 16:30:54 -0700 Subject: [PATCH] Remove keybinding that is handled by evil-collection --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index bea3ee9..7ce1e3c 100644 --- a/init.el +++ b/init.el @@ -144,9 +144,7 @@ :after python :config (progn (add-hook 'python-mode-hook 'anaconda-mode) - (add-hook 'python-mode-hook 'anaconda-eldoc-mode) - (evil-define-key 'normal - anaconda-mode-view-mode-map (kbd "q") 'quit-window))) + (add-hook 'python-mode-hook 'anaconda-eldoc-mode))) (use-package company-anaconda :ensure t -- 2.38.4