Revert "Use anaconda-mode-find-definition for SPC-m-g-g"

This reverts commit 9bafd3f561.
This commit is contained in:
Martin Račák 2019-10-12 13:18:53 +02:00 committed by duianto
parent 9bafd3f561
commit c95534ace5
2 changed files with 1 additions and 4 deletions

View file

@ -2401,8 +2401,6 @@ Other:
- Fix lazy loading of =lsp-python-ms= (thanks to lsp-ableton)
- Fix =Ipython= path on windows (thanks to Daniel K)
- Make =inferior-python-mode= do not use tabs (thanks to tsoernes)
- Added =anaconda-mode-find-definition= for ~SPC m g g~
(thanks to Rakan Alhneiti)
**** Racket
- Restore smart closing paren behavior in racket-mode (thanks to Don March)
- Updated racket logo (thanks to Vityou)

View file

@ -58,8 +58,7 @@
"hh" 'anaconda-mode-show-doc
"ga" 'anaconda-mode-find-assignments
"gb" 'xref-pop-marker-stack
"gu" 'anaconda-mode-find-references
"gg" 'anaconda-mode-find-definitions)
"gu" 'anaconda-mode-find-references)
(setq anaconda-mode-installation-directory
(concat spacemacs-cache-directory "anaconda-mode")))
:config