fix(evil): don't load help.el twice
a2a128d3
changed prefix-help-command to use embark. This commit fixes prefix-help-command getting reset to describe-prefix-bindings due to help.el setting it at top-level because it is eventually loaded twice due to defer-feature!, which removes a symbol from emacs' list of loaded features. Refa2a128d3a5
This commit is contained in:
parent
f5570db4c2
commit
6c52e33302
1 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,7 @@
|
||||||
ert
|
ert
|
||||||
free-keys
|
free-keys
|
||||||
helm
|
helm
|
||||||
|
help
|
||||||
indent
|
indent
|
||||||
image
|
image
|
||||||
kotlin-mode
|
kotlin-mode
|
||||||
|
@ -280,9 +281,8 @@ and complains if a module is loaded too early (during startup)."
|
||||||
(after! evil
|
(after! evil
|
||||||
;; Emacs loads these two packages immediately, at startup, which needlessly
|
;; Emacs loads these two packages immediately, at startup, which needlessly
|
||||||
;; convolutes load order for evil-collection-help.
|
;; convolutes load order for evil-collection-help.
|
||||||
(defer-feature! help help-mode)
|
(add-transient-hook! 'help-mode
|
||||||
(defer-feature! help-mode help-mode)
|
(+evil-collection-init 'help))
|
||||||
|
|
||||||
(add-transient-hook! 'Buffer-menu-mode
|
(add-transient-hook! 'Buffer-menu-mode
|
||||||
(+evil-collection-init '(buff-menu "buff-menu")))
|
(+evil-collection-init '(buff-menu "buff-menu")))
|
||||||
(add-transient-hook! 'calc-mode
|
(add-transient-hook! 'calc-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue