all repos — nixfiles @ 05f574baa9e43499a13460bdfbb5140fcf957d6d

System and user configuration, managed by nix and home-manager

Add Emacs section to readme

Alan Pearce
commit

05f574baa9e43499a13460bdfbb5140fcf957d6d

parent

ea6dafe072ff4f2c2d2483f2906780889e272811

1 file changed, 10 insertions(+), 0 deletions(-)

jump to
M README.orgREADME.org
@@ -44,3 +44,13 @@ #+END_SRC
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