diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-08-04 13:10:41 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-08-04 13:10:41 -0500 |
commit | 740eb2aa02fffeff3322a148a037690f29a01e5d (patch) | |
tree | a31612d74ad60e0a4224dd3f67edc4f2315e05b4 | |
parent | c7f71b42556289aa5654ffb781b407e661851af3 (diff) |
Fix: path to config for *my-config* variable
-rw-r--r-- | shoshimacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 145a570..b1b0bee 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -239,7 +239,7 @@ to go away. (cadr pair))) (quote ,(seq-partition pairs 2))))) - (defvar *my-config* "~/projects/shoshimacs/shoshin-config.org" + (defvar *my-config* "~/projects/shoshimacs/shoshimacs.org" "Path to my main configuration file.") (defun my-configuration () |