Change current-project to mono-repo

Point the constants/current-project variable to my mono-repo.

The constants.el file isn't as populated as I was expecting and I think
supporting it introduces indirection in my code. I'm considering removing it.
This commit is contained in:
William Carroll 2020-01-19 14:25:22 +00:00
parent ec21e072a1
commit 2a9fadd092

View file

@ -10,7 +10,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 "~/Dropbox/ide/src"
(defconst constants/current-project "~/mono"
"Variable holding the directory for my currently active project.")
(defconst constants/mouse-kbds