mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: fix non-interactive command on gf
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user