mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix localleader keys in replace state #1097
This commit is contained in:
@ -84,7 +84,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||
,@args))
|
||||
|
||||
(general-create-definer define-localleader-key!
|
||||
:states (cdr general-describe-evil-states)
|
||||
:states '(normal visual motion insert)
|
||||
:major-modes t
|
||||
:wk-full-keys nil
|
||||
:prefix doom-localleader-key
|
||||
|
Reference in New Issue
Block a user