From e28a4eb2b0eff60e7f4755d20f5175c95bc9c369 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Sep 2015 21:48:02 +0200 Subject: Update the intro of my Emacs init --- emacs/.emacs.d/org/intro.org | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'emacs') 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 -- cgit v1.2.3-54-g00ecf