aboutsummaryrefslogtreecommitdiff
path: root/modules
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
commit6f69d1db15cb42cec0bda7db666f42f50386cac6 (patch)
tree0dc711e27f624b70e9736fa941a601bb33308f03 /modules
parent4bc7a1cface637a1763be5719e4c813cfd4d7f46 (diff)
downloaddotemacs-6f69d1db15cb42cec0bda7db666f42f50386cac6.tar.gz
dotemacs-6f69d1db15cb42cec0bda7db666f42f50386cac6.zip
chore(constants): point website-dir at code/website
Diffstat (limited to 'modules')
-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 15d9765e..2e64b355 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.")