Skip to content

Commit

Permalink
python: update invalid cython mode keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nixmaniack authored and syl20bnr committed Jan 23, 2018
1 parent 096a9ea commit e6e73cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/+lang/python/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,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 ()
(defun spacemacs//init-eldoc-python-mode ()
Expand Down

0 comments on commit e6e73cb

Please sign in to comment.