summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-16 21:48:15 +0100
committerGravatar Tom Willemse2015-12-16 21:48:15 +0100
commit2729adda1d2f5a16c88d28ff119fb68e6ab6ee25 (patch)
tree787abb26f40f3636a7c1e289003a855d7af2e93c /emacs
parentc96a147d8e0aa929896a8a345423714dc0a3844d (diff)
downloaddotfiles-2729adda1d2f5a16c88d28ff119fb68e6ab6ee25.tar.gz
dotfiles-2729adda1d2f5a16c88d28ff119fb68e6ab6ee25.zip
Reword the setup section
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7c1bf72..83bb215 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -15,10 +15,10 @@
** 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
- big things, and org is a big thing. It may be strange for you to
- read this, as I have placed my entire Emacs configuration in an
- org-mode file, but here are the make targets I use to tangle and
+ initialization file having too many dependencies, especially big
+ dependencies, and org is big. It may be strange for you to read
+ this, as I have placed my entire Emacs configuration in an org-mode
+ file, but here are the make targets I use to tangle and
subsequently byte-compile my init file:
#+BEGIN_SRC makefile :tangle no
@@ -32,7 +32,7 @@
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 its org-mode form you will notice
+ *Note:* If you look at this file in its source 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