Minor refactors & comment revision across the board

This commit is contained in:
Henrik Lissner 2019-12-31 19:17:55 -05:00
parent d1b597fde4
commit 445ba1a46d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 20 additions and 16 deletions

View file

@ -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