summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/org/intro.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/org/intro.org')
-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