Skip to content

Commit e6e73cb

Browse files
nixmaniacksyl20bnr
authored andcommitted
python: update invalid cython mode keybindings
1 parent 096a9ea commit e6e73cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layers/+lang/python/packages.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
:init
8787
(progn
8888
(spacemacs/set-leader-keys-for-major-mode 'cython-mode
89-
"hh" 'anaconda-mode-view-doc
90-
"gu" 'anaconda-mode-usages))))
89+
"hh" 'anaconda-mode-show-doc
90+
"gu" 'anaconda-mode-find-references))))
9191

9292
(defun python/post-init-eldoc ()
9393
(defun spacemacs//init-eldoc-python-mode ()

0 commit comments

Comments
 (0)