Minor refactors & comment revision across the board
This commit is contained in:
parent
d1b597fde4
commit
445ba1a46d
4 changed files with 20 additions and 16 deletions
|
@ -238,7 +238,10 @@ and complains if a module is loaded too early (during startup)."
|
|||
(list doom-leader-key doom-localleader-key
|
||||
doom-leader-alt-key doom-localleader-alt-key))
|
||||
|
||||
;; Load the rest
|
||||
;; HACK Do this ourselves because evil-collection break's `eval-after-load' load
|
||||
;; order by loading their target plugin before applying keys. It'd be too
|
||||
;; much work to accommodate this eveywhere we want to bind our own evil
|
||||
;; keybinds.
|
||||
(dolist (mode evil-collection-mode-list)
|
||||
(dolist (req (or (cdr-safe mode) (list mode)))
|
||||
(with-eval-after-load req
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue