diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-19T14·25+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-22T21·13+0000 |
commit | 2a9fadd0921b564d00840880f1de24e59a798727 (patch) | |
tree | cd8c27b0155f39fccbbd918266e76c8e45e51d75 /configs | |
parent | ec21e072a1d1471adadc0ca8646b79d0480482aa (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.emacs.d/wpc/constants.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/constants.el b/configs/shared/.emacs.d/wpc/constants.el index 96f5a54cf4c5..bca2ad45e745 100644 --- a/configs/shared/.emacs.d/wpc/constants.el +++ b/configs/shared/.emacs.d/wpc/constants.el @@ -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 |