# 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.
## 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
### 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/).