diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-12 03:15:19 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-12 03:15:19 -0500 |
| commit | 6f69d1db15cb42cec0bda7db666f42f50386cac6 (patch) | |
| tree | 0dc711e27f624b70e9736fa941a601bb33308f03 | |
| parent | 4bc7a1cface637a1763be5719e4c813cfd4d7f46 (diff) | |
| download | dotemacs-6f69d1db15cb42cec0bda7db666f42f50386cac6.tar.gz dotemacs-6f69d1db15cb42cec0bda7db666f42f50386cac6.zip | |
chore(constants): point website-dir at code/website
| -rw-r--r-- | modules/user-constants.el | 2 |
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.") |
