Update the intro of my Emacs init
This commit is contained in:
parent
d64d0e84dc
commit
e28a4eb2b0
1 changed files with 9 additions and 7 deletions
|
@ -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
|
*Note:* This is not my entire Emacs initialization file. It's a
|
||||||
work-in-progress.
|
work-in-progress.
|
||||||
|
|
||||||
* Preparation
|
* 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 being dependent on too many things, especially
|
||||||
|
@ -25,12 +25,12 @@ work-in-progress.
|
||||||
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 it's org-mode form you will
|
*Note:* If you look at this file in its org-mode form you will notice
|
||||||
notice that I actually tangle ~init.org~ into ~init2.el~. This is a
|
that I actually tangle ~init.org~ into ~init2.el~. This is a temporary
|
||||||
temporary measure so that I can gradually move my configuration
|
measure so that I can gradually move my configuration from my
|
||||||
from my existing ~init.el~ file into ~init.org~ without much trouble.
|
existing ~init.el~ file into ~init.org~ without much trouble. Once I
|
||||||
Once I've emptied out my ~init.el~ I will instruct babel to tangle
|
have emptied out my ~init.el~ I will instruct babel to tangle into
|
||||||
into ~init.el~, this code already reflects that.
|
~init.el~, this code already reflects that.
|
||||||
|
|
||||||
* The ~oni:~ prefix
|
* 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
|
You don't have to copy it if you copy anything from this file, as
|
||||||
long as you do it consistently.
|
long as you do it consistently.
|
||||||
|
|
||||||
|
I sometimes forget to do this, though.
|
||||||
|
|
||||||
* The ~depends-on~ snippets
|
* The ~depends-on~ snippets
|
||||||
|
|
||||||
At certain points in this document you will find bits of code that
|
At certain points in this document you will find bits of code that
|
||||||
|
|
Loading…
Reference in a new issue