aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2022-08-04 13:10:41 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2022-08-04 13:10:41 -0500
commit740eb2aa02fffeff3322a148a037690f29a01e5d (patch)
treea31612d74ad60e0a4224dd3f67edc4f2315e05b4
parentc7f71b42556289aa5654ffb781b407e661851af3 (diff)
Fix: path to config for *my-config* variable
-rw-r--r--shoshimacs.org2
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 ()