From 1cc1ce5ccf88adcbd064ac46a070b94faa04b871 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 20 Mar 2020 16:56:46 +0000 Subject: [PATCH] Change the value of constants/current-project Yesterday evening, I moved the blog directory to website/blog; I forgot to update this value. --- emacs/.emacs.d/wpc/constants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/constants.el b/emacs/.emacs.d/wpc/constants.el index 9f12e249f..4f5858b08 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))