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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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