summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-22 21:48:02 +0200
committerGravatar Tom Willemse2015-09-22 21:48:02 +0200
commite28a4eb2b0eff60e7f4755d20f5175c95bc9c369 (patch)
treedd048f82a81ac3fa3e34240e5fd510f058464ad0 /emacs
parentd64d0e84dc1d65a9d24f49e8d050e99c265729d4 (diff)
downloaddotfiles-e28a4eb2b0eff60e7f4755d20f5175c95bc9c369.tar.gz
dotfiles-e28a4eb2b0eff60e7f4755d20f5175c95bc9c369.zip
Update the intro of my Emacs init
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/org/intro.org16
1 files changed, 9 insertions, 7 deletions
diff --git a/emacs/.emacs.d/org/intro.org b/emacs/.emacs.d/org/intro.org
index 16b0bd0..a3c273d 100644
--- a/emacs/.emacs.d/org/intro.org
+++ b/emacs/.emacs.d/org/intro.org
@@ -5,7 +5,7 @@ Inspired by [[Other such projects][other such projects]], here is my Emacs initi
*Note:* This is not my entire Emacs initialization file. It's a
work-in-progress.
-* Preparation
+* Setup
I could use org-babel to load this file, but I don't like my
initialization file being dependent on too many things, especially
@@ -25,12 +25,12 @@ work-in-progress.
Executing the second target (either through make, or manually) will
get you my Emacs initialization file in plain Emacs Lisp.
- *Note:* If you look at this file in it's org-mode form you will
- notice that I actually tangle ~init.org~ into ~init2.el~. This is a
- temporary measure so that I can gradually move my configuration
- from my existing ~init.el~ file into ~init.org~ without much trouble.
- Once I've emptied out my ~init.el~ I will instruct babel to tangle
- into ~init.el~, this code already reflects that.
+ *Note:* If you look at this file in its org-mode form you will notice
+ that I actually tangle ~init.org~ into ~init2.el~. This is a temporary
+ measure so that I can gradually move my configuration from my
+ existing ~init.el~ file into ~init.org~ without much trouble. Once I
+ have emptied out my ~init.el~ I will instruct babel to tangle into
+ ~init.el~, this code already reflects that.
* The ~oni:~ prefix
@@ -40,6 +40,8 @@ work-in-progress.
You don't have to copy it if you copy anything from this file, as
long as you do it consistently.
+ I sometimes forget to do this, though.
+
* The ~depends-on~ snippets
At certain points in this document you will find bits of code that