From 2767e6c5201ab4a009f42ecbbd7d53a6ad3e6c14 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 21 Jan 2021 16:19:58 -0500 Subject: [PATCH] Absolute paths --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index a2ccc34..436fbe4 100644 --- a/README.org +++ b/README.org @@ -22,7 +22,7 @@ Immutable GNU Emacs dotfiles, inspired by Doom, built for Liberty. + 100% Immutable + 100% Reproducible -#+begin_src emacs-lisp :tangle init.el :results silent +#+begin_src emacs-lisp :tangle ~/.local/source/dotfiles/init.el :results silent (defun dotfiles/tangle (dir) "Recursively tangle the Org files within a directory." (interactive) @@ -33,7 +33,7 @@ Immutable GNU Emacs dotfiles, inspired by Doom, built for Liberty. * Core :PROPERTIES: -:header-args: :tangle init.el :results silent +:header-args: :tangle ~/.local/source/dotfiles/init.el :results silent :END: Emacs creates a lot of files relative to ~user-emacs-directory~, these files are not part of this immutable configuration and do not belong in the emacs directory. @@ -290,7 +290,7 @@ Window management with =SPC w=. * Editor :PROPERTIES: -:header-args: :tangle init.el :results silent +:header-args: :tangle ~/.local/source/dotfiles/init.el :results silent :END: *Bring Emacs out of the eighties* @@ -487,7 +487,7 @@ https://github.com/seagle0128/doom-modeline * Writing :PROPERTIES: -:header-args: :tangle init.el :results silent +:header-args: :tangle ~/.local/source/dotfiles/init.el :results silent :END: I am using [[https://orgmode.org][Org-mode]] extensively for writing projects for different purposes. Improvements beyond what are required for my Literate Programming platform include: @@ -696,7 +696,7 @@ Create a capture template for presentations stored in the =slides= sub directory * Development :PROPERTIES: -:header-args: :tangle init.el :results silent +:header-args: :tangle ~/.local/source/dotfiles/init.el :results silent :END: An IDE like experience (or better) can be achieved in Emacs using two *Microsoft* open source initiatives.