~edwargix/emacs.d

3179ceabf871c7ebaaafb1621a92d7c7adfefcf6 — David Florness 7 years ago 5cd088f
Remove keybinding that is handled by evil-collection
1 files changed, 1 insertions(+), 3 deletions(-)

M init.el
M init.el => init.el +1 -3
@@ 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