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.
This commit is contained in:
William Carroll 2020-08-13 18:04:54 +01:00
parent a4caaba901
commit 994a632ac3

View file

@ -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))