From: rush Date: Fri, 22 Aug 2025 10:32:09 +0000 (-0400) Subject: Add init time for gentoo X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5d20443d9f68cb823b98b5f8010ef8ca0121c392;p=emacsinit.git Add init time for gentoo --- diff --git a/README.md b/README.md index 4a5394d..c86feed 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ My config is *mostly* split into a set of `features` to be `required` as needed. 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?