anaconda-mode-go-back
is replaced with xref-pop-marker-stack
This commit is contained in:
parent
58a58ddee3
commit
bf2bf86269
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
(spacemacs/set-leader-keys-for-major-mode 'python-mode
|
||||
"hh" 'anaconda-mode-show-doc
|
||||
"ga" 'anaconda-mode-find-assignments
|
||||
"gb" 'anaconda-mode-go-back
|
||||
"gb" 'xref-pop-marker-stack
|
||||
"gu" 'anaconda-mode-find-references)
|
||||
(setq anaconda-mode-installation-directory
|
||||
(concat spacemacs-cache-directory "anaconda-mode")))
|
||||
|
|
Reference in a new issue