diff options
Diffstat (limited to 'emacs.d/wpc/variables.el')
-rw-r--r-- | emacs.d/wpc/variables.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/wpc/variables.el b/emacs.d/wpc/variables.el index af6bfde45a41..bd5af2a01051 100644 --- a/emacs.d/wpc/variables.el +++ b/emacs.d/wpc/variables.el @@ -6,6 +6,10 @@ ;;; Code: +(defconst wpc/current-project + "~/urbint/grid/" + "Variable holding the directory for my currently active project.") + (defvar wpc/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] |