mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #729 from AloisJanicek/fix-help-symbol
feature/evil: correct feature reference
This commit is contained in:
@ -185,7 +185,7 @@
|
|||||||
"ZQ" 'evil-quit
|
"ZQ" 'evil-quit
|
||||||
"ZZ" 'Custom-buffer-done))
|
"ZZ" 'Custom-buffer-done))
|
||||||
|
|
||||||
(after! help
|
(after! help-mode
|
||||||
(evil-set-initial-state 'help-mode 'normal)
|
(evil-set-initial-state 'help-mode 'normal)
|
||||||
(evil-define-key* 'normal help-mode-map
|
(evil-define-key* 'normal help-mode-map
|
||||||
;; motion
|
;; motion
|
||||||
|
Reference in New Issue
Block a user