diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-05T18·28+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-05T18·28+0000 |
commit | 69acbae998b2cb128b70f752ddf592320286e812 (patch) | |
tree | 9b7ca995a456f24a137eb6a45c27a7b71389ed3d /configs | |
parent | 607bf103c32b2b7de7a669fc760852b0b6cb7951 (diff) |
Changes my default project
I should eventually support a shell variable in variables.zsh that exports CURRENT_PROJECT, which Emacs can read.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/emacs/.emacs.d/wpc/variables.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/variables.el b/configs/shared/emacs/.emacs.d/wpc/variables.el index 4b0487c217e1..39007a6493fb 100644 --- a/configs/shared/emacs/.emacs.d/wpc/variables.el +++ b/configs/shared/emacs/.emacs.d/wpc/variables.el @@ -7,7 +7,7 @@ ;;; Code: (defconst wpc/current-project - "~/programming/website" + "~/programming" "Variable holding the directory for my currently active project.") (defvar wpc/mouse-kbds |