From: rearman Date: Wed, 19 Jun 2024 20:56:58 +0000 (-0400) Subject: New Meta, New README X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=03f82313f7186aa2066ed120c14e4381ce98a274;p=emacsinit.git New Meta, New README --- diff --git a/README.org b/README.org deleted file mode 120000 index b9e9db4..0000000 --- a/README.org +++ /dev/null @@ -1,23 +0,0 @@ -#+TITLE: Emacs Configuratione - -* Introduction -This is my emacs configuration. It is meant to be used across linux, windows, and BSD. I use windows only at work (Industrial Controls). I use emacs often as an advanced programmable calculator. - -Lots of inspiration taken from: -- [[https://depp.brause.cc/dotemacs/][depp.brause.cc/dotemacs/]] -- [[https://github.com/larstvei/dot-emacs][github.com/larstvei/dot-emacs]] -- [[https://github.com/sachac/.emacs.d][github.com/sachac/.emacs.d]] - -** A note on version checking -I keep my emacs installs at the latest release, so I don't worry about checking for versions in my init unless I happen to update on linux/BSD before the windows binaries are released. That being said, I am currently on version 29.3. -** Latinization -I believe that all scientific knowledge, and by extension computational knowledge, should be shared in Latin. That is to say I intend to facilitate Latin's return as the default language for global knowledge sharing. To be consistent, I will soon be translating as much of this file as possible into Latin. Monitus es. -* Meta Configuration -I have changed the meta. I no longer tangle my init from an org file. -** Quae? -*** Init times -Firstly, init times were getting too long, because of having to load org and /then/ tangle the init. -*** No two-way tangling -Secondly, finding a defun with ~M-.~ would bring me to the tangled file, meaning I'd have to either change it there, and then copy it back into the org file, or manually find it in the org file, and re-tangle to see the change in the el file. -** Quomodo? -The main init is [[file:~/.emacs.d/init.el][init.el]], which ~requires~, at various points, the libraries in [[file:~/.emacs.d/re/][re/]]. diff --git a/README.org b/README.org new file mode 100644 index 0000000..b9e9db4 --- /dev/null +++ b/README.org @@ -0,0 +1,23 @@ +#+TITLE: Emacs Configuratione + +* Introduction +This is my emacs configuration. It is meant to be used across linux, windows, and BSD. I use windows only at work (Industrial Controls). I use emacs often as an advanced programmable calculator. + +Lots of inspiration taken from: +- [[https://depp.brause.cc/dotemacs/][depp.brause.cc/dotemacs/]] +- [[https://github.com/larstvei/dot-emacs][github.com/larstvei/dot-emacs]] +- [[https://github.com/sachac/.emacs.d][github.com/sachac/.emacs.d]] + +** A note on version checking +I keep my emacs installs at the latest release, so I don't worry about checking for versions in my init unless I happen to update on linux/BSD before the windows binaries are released. That being said, I am currently on version 29.3. +** Latinization +I believe that all scientific knowledge, and by extension computational knowledge, should be shared in Latin. That is to say I intend to facilitate Latin's return as the default language for global knowledge sharing. To be consistent, I will soon be translating as much of this file as possible into Latin. Monitus es. +* Meta Configuration +I have changed the meta. I no longer tangle my init from an org file. +** Quae? +*** Init times +Firstly, init times were getting too long, because of having to load org and /then/ tangle the init. +*** No two-way tangling +Secondly, finding a defun with ~M-.~ would bring me to the tangled file, meaning I'd have to either change it there, and then copy it back into the org file, or manually find it in the org file, and re-tangle to see the change in the el file. +** Quomodo? +The main init is [[file:~/.emacs.d/init.el][init.el]], which ~requires~, at various points, the libraries in [[file:~/.emacs.d/re/][re/]].