]> git.earman.xyz Git - emacsinit.git/commitdiff
Update description
authorrearman <rearman@r717.net>
Wed, 20 Aug 2025 20:39:07 +0000 (16:39 -0400)
committerrearman <rearman@r717.net>
Wed, 20 Aug 2025 20:49:27 +0000 (16:49 -0400)
README.md

index b095ba0fb9aef152e9f5b577b60d23ae7405a147..4a5394d152380b82715a9b8fed1bf87476c8c56c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Emacs Configuration
 
-## Foreward
+## Foreword
 
 Þis is my emacs config.
-It is meant to be used across linux, windows, and BSD.
+It is meant to be used on linux and windows.
 I use windows only at work (Industrial Controls).
 I use emacs often as a (very large) programmable calculator.
 
@@ -20,11 +20,15 @@ I keep my emacs installs on þe latest version, so I don't worry about looking a
 
 ## Overconfig
 
-I have chaŋed þe overconfig.
-I no loŋer taŋle from an `.org` file, instead choosiŋ to split my config into a set of `features` to be `required` as needed.
-I have recently placed more emphasis on `lazy-loading`, and have been able to get my `emacs-init-time` down to about 1/2 a second.
+My config is *mostly* split into a set of `features` to be `required` as needed.
 
-### Why?
+### Performance
+
+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.
+
+### Hwy?
 
 #### Startup times
 
@@ -36,4 +40,4 @@ Findiŋ a defun wiþ `M-.` would briŋ me to þe taŋled file, þus I'd have to
 
 ### How?
 
-Þe overconfiguration is done in [init.el](./init.el), which `requires`, at sundry points, þe provisions in [re/](./re/).
+Þe overconfiguration is done in [init.el](./init.el), hwich `requires`, at sundry points, þe provisions in [re/](./re/).