From ce408b02d8c4b34c2ebd5c9d44d6fa0240caa3e2 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 16 May 2021 14:59:42 -0400 Subject: [PATCH] Update README.org --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index 8471948..f64b752 100644 --- a/README.org +++ b/README.org @@ -31,6 +31,17 @@ Portable *GNU/Emacs*[fn:1] dotfiles. Built for Life, Liberty, and the Open Road. These is my personal configuration(s) for *GNU/Linux*[fn:2], and *GNU/Emacs*[fn:1] software. It enables a consistent experience and computing environment across all of my machines. The entire experience is controlled with *GNU/Emacs*[fn:1], leveraging it's capabilities for *Literate Programming*[fn:3]. +#+begin_src emacs-lisp +;; This file is controlled by README.org +;; DO NOT MODIFY. + +;; Load the host configuration. +(dotfiles/load-host system-name) + +;; Load the enabled modules. +(dotfiles/load-modules dotfiles/modules) +#+end_src + * Footnotes [fn:1] https://gnu.org/software/emacs/