diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-27T16·21+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-27T16·21+0000 |
commit | 7e1391cc47dbff891d9ebd2a734bdd3ead1ab56f (patch) | |
tree | 6439734bffc3cef50725d8d7e90f2c000f494cc7 /configs/shared/.emacs.d/wpc/constants.el | |
parent | 680d129cb3d5636e76fbf92265de630a1101f717 (diff) |
Rename mono -> universe
Update code that depends on my mono-repo being named "mono". I've renamed it to "universe", which explains the changes in this commit. TODO: Merge dotfiles into universe.
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] |