summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAlan Pearce2017-03-20 14:19:04 +0100
committerAlan Pearce2017-03-20 14:19:04 +0100
commit05f574baa9e43499a13460bdfbb5140fcf957d6d (patch)
treed8974f271a9346eeab2d25517283b360fe9f3c4a /README.org
parentea6dafe072ff4f2c2d2483f2906780889e272811 (diff)
downloaddotfiles-05f574baa9e43499a13460bdfbb5140fcf957d6d.tar.lz
dotfiles-05f574baa9e43499a13460bdfbb5140fcf957d6d.tar.zst
dotfiles-05f574baa9e43499a13460bdfbb5140fcf957d6d.zip
Add Emacs section to readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 68aaef4..7333ed3 100644
--- a/README.org
+++ b/README.org
@@ -44,3 +44,13 @@ zsh -ic "zplug install"
 
 Note that this will log some errors about a pipe, but that's okay.
 zplug is meant to be used in a real interactive shell.
+
+*** Emacs
+
+I use org-mode for my Emacs init file.  To simplify setup, I created a
+[[file:emacs/.emacs.d/Makefile][Makefile]].
+
+#+BEGIN_SRC sh :exports code
+cd ~/.emacs.d/
+make
+#+END_SRC