aboutsummaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 03:15:19 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 03:15:19 -0500
commite730e00aa9ab1450e2e4148858f5481670de9fc2 (patch)
tree8f7c03e2dcc761dc36df6a00ab9020937e51aa77 /modules/user-constants.el
parent99054d140d84dbefd0409002f402511e091a6235 (diff)
downloaddotemacs-e730e00aa9ab1450e2e4148858f5481670de9fc2.tar.gz
dotemacs-e730e00aa9ab1450e2e4148858f5481670de9fc2.zip
chore(constants): point website-dir at code/website
Diffstat (limited to 'modules/user-constants.el')
-rw-r--r--modules/user-constants.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el
index 15d9765ed..2e64b355e 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -151,7 +151,7 @@ Syncthing-synced `org-dir' — see the 2026-06-10 transport migration.")
(defconst music-dir (expand-file-name "music/" user-home-dir)
"The location to save your music files.")
-(defconst website-dir (expand-file-name "projects/website/" user-home-dir)
+(defconst website-dir (expand-file-name "code/website/" user-home-dir)
"Root directory of the Hugo website project.")