]> git.earman.xyz Git - emacsinit.git/commitdiff
Get rid of the no-longer useful markdown readme
authorrearman <rearman@r717.net>
Mon, 11 May 2026 13:06:12 +0000 (09:06 -0400)
committerrearman <rearman@r717.net>
Mon, 11 May 2026 13:06:12 +0000 (09:06 -0400)
README.md [deleted file]

diff --git a/README.md b/README.md
deleted file mode 100644 (file)
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:
-
-- <https://depp.brause.cc/dotemacs/>
-- <https://github.com/larstvei/dot-emacs>
-- <https://github.com/sachac/.emacs.d>
-
-### 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/).