about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/constants.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-20T16·56+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-20T16·56+0000
commit1cc1ce5ccf88adcbd064ac46a070b94faa04b871 (patch)
tree4e0262bbad62521f0ced3addc66731e119224d10 /emacs/.emacs.d/wpc/constants.el
parentae9e83f5d7eb2bf6860ec88785b7216e98f53adf (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/.emacs.d/wpc/constants.el')
-rw-r--r--emacs/.emacs.d/wpc/constants.el2
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))