diff options
Diffstat (limited to 'configs/shared/.emacs.d/wpc/constants.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/constants.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/constants.el b/configs/shared/.emacs.d/wpc/constants.el index bca2ad45e745..b4a57f49cf1e 100644 --- a/configs/shared/.emacs.d/wpc/constants.el +++ b/configs/shared/.emacs.d/wpc/constants.el @@ -10,9 +10,11 @@ ;; current consumers of these constants, and I'm unsure if the indirection that ;; globally defined constants introduces is worth it. -(defconst constants/current-project "~/mono" +(defconst constants/current-project "~/universe" "Variable holding the directory for my currently active project.") +(prelude/assert (f-directory? constants/current-project)) + (defconst constants/mouse-kbds '([mouse-1] [down-mouse-1] [drag-mouse-1] [double-mouse-1] [triple-mouse-1] [mouse-2] [down-mouse-2] [drag-mouse-2] [double-mouse-2] [triple-mouse-2] |