Reword the setup section
This commit is contained in:
parent
c96a147d8e
commit
2729adda1d
1 changed files with 5 additions and 5 deletions
|
@ -15,10 +15,10 @@
|
||||||
** Setup
|
** Setup
|
||||||
|
|
||||||
I could use org-babel to load this file, but I don't like my
|
I could use org-babel to load this file, but I don't like my
|
||||||
initialization file being dependent on too many things, especially
|
initialization file having too many dependencies, especially big
|
||||||
big things, and org is a big thing. It may be strange for you to
|
dependencies, and org is big. It may be strange for you to read
|
||||||
read this, as I have placed my entire Emacs configuration in an
|
this, as I have placed my entire Emacs configuration in an org-mode
|
||||||
org-mode file, but here are the make targets I use to tangle and
|
file, but here are the make targets I use to tangle and
|
||||||
subsequently byte-compile my init file:
|
subsequently byte-compile my init file:
|
||||||
|
|
||||||
#+BEGIN_SRC makefile :tangle no
|
#+BEGIN_SRC makefile :tangle no
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
Executing the second target (either through make, or manually) will
|
Executing the second target (either through make, or manually) will
|
||||||
get you my Emacs initialization file in plain Emacs Lisp.
|
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
|
that I actually tangle ~init.org~ into ~init2.el~. This is a temporary
|
||||||
measure so that I can gradually move my configuration from my
|
measure so that I can gradually move my configuration from my
|
||||||
existing ~init.el~ file into ~init.org~ without much trouble. Once I
|
existing ~init.el~ file into ~init.org~ without much trouble. Once I
|
||||||
|
|
Loading…
Reference in a new issue