From caab833c48c7b7392ce69fd61a0276ab4899eb49 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 11 May 2026 09:06:12 -0400 Subject: [PATCH] Get rid of the no-longer useful markdown readme --- README.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index c86feed..0000000 --- a/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# Emacs Configuration - -## Foreword - -Þis is my emacs config. -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. - -Many ideas taken from: - -- -- -- - -### A note on version checkiŋ - -I keep my emacs installs on þe latest version, so I don't worry about looking at versions in my config unless I happen to update on linux/BSD before þe windows binaries are shared. -Þat beiŋ said, I am now on version 30.1. - -## Overconfig - -My config is *mostly* split into a set of `features` to be `required` as needed. - -### 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 *~0.9 seconds* on Gentoo; perfectly reasonable for someone hwo uses þe daemon hwenever possible. - -### Hwy? - -#### Startup times - -Startup times were becomiŋ too loŋ, because of haviŋ to load `.org` and *þen* taŋle þe config. - -#### No two-way taŋliŋ - -Findiŋ a defun wiþ `M-.` would briŋ me to þe taŋled file, þus I'd have to eiþer change it þere, and þen write it back into þe `.org` file, or *manually* find it in þe `.org` file, and taŋle again to see þe change in þe `.el` file. - -### How? - -Þe overconfiguration is done in [init.el](./init.el), hwich `requires`, at sundry points, þe provisions in [re/](./re/). -- 2.39.5