lang/python: fix non-interactive command on gf

This commit is contained in:
Henrik Lissner
2018-03-23 15:18:52 -04:00
parent 883faba8ff
commit e421720996

View File

@ -101,7 +101,8 @@ environment variables."
:when (featurep! :completion company)
:after anaconda-mode
:config
(map! :map python-mode-map
(map! :map anaconda-mode-map
:n "gf" nil
:localleader
:prefix "f"
:nv "d" #'anaconda-mode-find-definitions