lang/python: fix anaconda-mode-find-references typo

This commit is contained in:
Henrik Lissner 2018-01-04 03:38:46 -05:00
parent 58573a0ce7
commit 8ef3cf8ea7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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