From 2a9fadd0921b564d00840880f1de24e59a798727 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 19 Jan 2020 14:25:22 +0000 Subject: 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. --- configs/shared/.emacs.d/wpc/constants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1