Fix localleader alt key in insert mode
This commit is contained in:
parent
7a4bce3f9a
commit
1e357310c4
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ localleader prefix."
|
|||
;; :non-normal-prefix doesn't apply to non-evil sessions (only evil's
|
||||
;; emacs state)
|
||||
`(general-define-key
|
||||
:states '(normal visual motion emacs)
|
||||
:states '(normal visual motion emacs insert)
|
||||
:major-modes t
|
||||
:prefix doom-localleader-key
|
||||
:non-normal-prefix doom-localleader-alt-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue