]> git.earman.xyz Git - emacsinit.git/commitdiff
New Meta, New README
authorrearman <rearman@r717.net>
Wed, 19 Jun 2024 20:56:58 +0000 (16:56 -0400)
committerrearman <rearman@r717.net>
Wed, 19 Jun 2024 20:56:58 +0000 (16:56 -0400)
README.org [changed from symlink to file mode: 0644]

deleted file mode 120000 (symlink)
index b9e9db413941a164a2a284c1b93838530eb25fd6..0000000000000000000000000000000000000000
+++ /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/]].
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..b9e9db413941a164a2a284c1b93838530eb25fd6
--- /dev/null
@@ -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/]].