diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T16·56+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T16·56+0000 |
commit | 1cc1ce5ccf88adcbd064ac46a070b94faa04b871 (patch) | |
tree | 4e0262bbad62521f0ced3addc66731e119224d10 /emacs | |
parent | ae9e83f5d7eb2bf6860ec88785b7216e98f53adf (diff) |
Change the value of constants/current-project
Yesterday evening, I moved the blog directory to website/blog; I forgot to update this value.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/constants.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/constants.el b/emacs/.emacs.d/wpc/constants.el index 9f12e249fbba..4f5858b08466 100644 --- a/emacs/.emacs.d/wpc/constants.el +++ b/emacs/.emacs.d/wpc/constants.el @@ -21,7 +21,7 @@ ;; current consumers of these constants, and I'm unsure if the indirection that ;; globally defined constants introduces is worth it. -(defconst constants/current-project "~/briefcase/blog" +(defconst constants/current-project "~/briefcase/website" "Variable holding the directory for my currently active project.") (prelude/assert (f-directory? constants/current-project)) |