mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-18 13:08:39 -04:00
Emacsg: Load essential libraries independently
Multiple packages require these libraries and we don't want to attribute the time it takes to load these libraries to whatever dependent package happens to be loaded first. We don't do the same for `cl-lib' because `borg' itself requires, which is done without `use-package', i.e. without timing how long it takes.
This commit is contained in:
parent
375624634a
commit
6e4701fdb0