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 | 465aa56215857d43e812fe61b1fad4f714e7d982 (patch) | |
| tree | 4712dcc6019b3d6e509b3d618800fc1bd5f8362d /modules | |
| parent | fdf0626738b57bc200ccfa7f09d3d5e689ccf36c (diff) | |
| download | dotemacs-465aa56215857d43e812fe61b1fad4f714e7d982.tar.gz dotemacs-465aa56215857d43e812fe61b1fad4f714e7d982.zip | |
chore(constants): point website-dir at code/website
Diffstat (limited to 'modules')
| -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 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.") |
