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-08-13T17·04+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-13T17·04+0100
commit994a632ac379fcac0637baa0e1e00e4a091d7cbe (patch)
tree58c06c042fee1d7dab845b503d65a036a81b9c27 /emacs/.emacs.d/wpc/constants.el
parenta4caaba901caee20db9946dd766608da9b6aed57 (diff)
Set Emacs current-project to ~/briefcase
I don't rely on this often, so it's best to leave it as the top-level directory
for briefcase.
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 4f5858b08466..e29430841552 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/website"
+(defconst constants/current-project "~/briefcase"
   "Variable holding the directory for my currently active project.")
 
 (prelude/assert (f-directory? constants/current-project))