python: update invalid cython mode keybindings

This commit is contained in:
Muneeb Shaikh 2017-12-30 14:22:46 +05:30 committed by syl20bnr
parent 3b24f451f8
commit 3289e0d114

View file

@ -97,8 +97,8 @@
:init
(progn
(spacemacs/set-leader-keys-for-major-mode 'cython-mode
"hh" 'anaconda-mode-view-doc
"gu" 'anaconda-mode-usages))))
"hh" 'anaconda-mode-show-doc
"gu" 'anaconda-mode-find-references))))
(defun python/post-init-eldoc ()
(add-hook 'python-mode-hook 'spacemacs//init-eldoc-python-mode))