lang/python: fix non-interactive command on gf
This commit is contained in:
parent
883faba8ff
commit
e421720996
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ environment variables."
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after anaconda-mode
|
:after anaconda-mode
|
||||||
:config
|
:config
|
||||||
(map! :map python-mode-map
|
(map! :map anaconda-mode-map
|
||||||
|
:n "gf" nil
|
||||||
:localleader
|
:localleader
|
||||||
:prefix "f"
|
:prefix "f"
|
||||||
:nv "d" #'anaconda-mode-find-definitions
|
:nv "d" #'anaconda-mode-find-definitions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue