add-hook 'nose-mode-hook #'evil-normalize-keymaps
Ensures nose-mode-map keybinds work in nose-mode.
This commit is contained in:
parent
bcc01628a3
commit
ad5713cd78
1 changed files with 2 additions and 1 deletions
|
@ -131,4 +131,5 @@ environment variables."
|
|||
;;
|
||||
|
||||
(when (featurep! :feature evil +everywhere)
|
||||
(add-hook 'anaconda-mode-hook #'evil-normalize-keymaps))
|
||||
(add-hook 'anaconda-mode-hook #'evil-normalize-keymaps)
|
||||
(add-hook 'nose-mode-hook #'evil-normalize-keymaps))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue