about summary refs log tree commit diff
path: root/configs/shared/.emacs.d
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-19T14·25+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit2a9fadd0921b564d00840880f1de24e59a798727 (patch)
treecd8c27b0155f39fccbbd918266e76c8e45e51d75 /configs/shared/.emacs.d
parentec21e072a1d1471adadc0ca8646b79d0480482aa (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/shared/.emacs.d')
-rw-r--r--configs/shared/.emacs.d/wpc/constants.el2
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