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 | 7c12eb30c264ad6f92ee35152a82559a9d1524ea (patch) | |
| tree | 109988416f7a0788857c7aa0302cf2cb3461810b /modules | |
| parent | 73ffb58c4450c681ef5f7129cd4c59aff39c4960 (diff) | |
| download | dotemacs-7c12eb30c264ad6f92ee35152a82559a9d1524ea.tar.gz dotemacs-7c12eb30c264ad6f92ee35152a82559a9d1524ea.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 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.") |
