lang/python: fix anaconda-mode-find-references typo
This commit is contained in:
parent
58573a0ce7
commit
8ef3cf8ea7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue