mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/evil: correct feature reference
Both help-mode and help-mode-map are defined in file help-mode.el which provides 'help-mode
This commit is contained in:
@ -185,7 +185,7 @@
|
||||
"ZQ" 'evil-quit
|
||||
"ZZ" 'Custom-buffer-done))
|
||||
|
||||
(after! help
|
||||
(after! help-mode
|
||||
(evil-set-initial-state 'help-mode 'normal)
|
||||
(evil-define-key* 'normal help-mode-map
|
||||
;; motion
|
||||
|
Reference in New Issue
Block a user