python: use quit-window to close documentation popup

This commit is contained in:
Christoph Paulik 2015-09-10 14:05:37 +02:00 committed by syl20bnr
parent 5e2fe96f35
commit c33a1db41a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
"mga" 'anaconda-mode-find-assignments
"mgu" 'anaconda-mode-find-references)
(evilify anaconda-mode-view-mode anaconda-mode-view-mode-map
(kbd "q") 'kill-buffer-and-window)
(kbd "q") 'quit-window)
(spacemacs|hide-lighter anaconda-mode))))
(defun python/init-cython-mode ()