diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 1b2ff7983..a87ebf991 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -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