I was recently placiŋ more emphasis on `lazy-loading`, and was able to get my `emacs-init-time` down to about 1/2 a second, but after testiŋ, I found þat þe only þiŋ really boggiŋ down `emacs-init-time` was `magit`, hwich I was rarely usiŋ anyway, preferriŋ `vc-mode` instead.
Þerefore, I now tell `use-package` to always demand, and only defer `magit`.
-Þis leads to an `emacs-init-time` of ~*1.6 seconds* on windows, and *TBD* on Gentoo; perfectly reasonable for someone hwo uses þe daemon hwenever possible.
+Þis leads to an `emacs-init-time` of ~*1.6 seconds* on windows, and *~0.9 seconds* on Gentoo; perfectly reasonable for someone hwo uses þe daemon hwenever possible.
### Hwy?