From d40a86967ece43fe1aaf78a0504cdeb90c43d0c6 Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 20 Aug 2025 16:39:07 -0400 Subject: [PATCH] Update description --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b095ba0..4a5394d 100644 --- 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/). -- 2.39.5