aboutsummaryrefslogtreecommitdiff
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
commit465aa56215857d43e812fe61b1fad4f714e7d982 (patch)
tree4712dcc6019b3d6e509b3d618800fc1bd5f8362d
parentfdf0626738b57bc200ccfa7f09d3d5e689ccf36c (diff)
downloaddotemacs-465aa56215857d43e812fe61b1fad4f714e7d982.tar.gz
dotemacs-465aa56215857d43e812fe61b1fad4f714e7d982.zip
chore(constants): point website-dir at code/website
-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.")