play with order of elpaca-wait statements

This commit is contained in:
mir 2024-01-23 18:48:11 -09:00
parent 760bb78d33
commit e65f41d198

View File

@ -20,13 +20,11 @@
:demand t
:custom (default-input-method "japanese")
:config (mir/general-config))
(elpaca-wait)
(use-package gcmh
:diminish
:init (gcmh-mode))
(elpaca-wait)
(use-package eldoc-box
:after eldoc
:diminish (eldoc-mode eldoc-box-hover-at-point-mode)