diff options
-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 |