mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: fix anaconda-mode-find-references typo
This commit is contained in:
@ -90,7 +90,7 @@ environment variables."
|
||||
(set! :company-backend 'python-mode '(company-anaconda))
|
||||
(set! :jump 'python-mode
|
||||
:definition #'anaconda-mode-find-definitions
|
||||
:references #'anaconda-mode-find-referenences
|
||||
:references #'anaconda-mode-find-references
|
||||
:documentation #'anaconda-mode-show-doc)
|
||||
(map! :map python-mode-map
|
||||
:localleader
|
||||
|
Reference in New Issue
Block a user