From cc1a6e9cc5d9a46a61fc0ed67f465bb11d9e08be Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 16 May 2021 15:37:41 -0400 Subject: [PATCH] BUGFIX! --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index c89235f..086fbc1 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,7 @@ After the host configuration file has loaded, the value of ~dotfiles/modules~ is #+begin_src emacs-lisp ;; Load the enabled modules. -(dotfiles/load-modules) +(dotfiles/load-modules dotfiles/modules) #+end_src * Footnotes diff --git a/init.el b/init.el index 8586c65..1ee91bc 100644 --- a/init.el +++ b/init.el @@ -5,4 +5,4 @@ (dotfiles/load-host system-name) ;; Load the enabled modules. -(dotfiles/load-modules) +(dotfiles/load-modules dotfiles/modules)