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:
parent
a4caaba901
commit
994a632ac3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue