From 8ef3cf8ea73cf94c9685e0c564855280d39246de Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 4 Jan 2018 03:38:46 -0500 Subject: [PATCH] lang/python: fix anaconda-mode-find-references typo --- modules/lang/python/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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