Support current-project variable

DRYs up configuration...

This value is used to set:
  - my initial buffer
  - where <leader>-p jumps to
This commit is contained in:
William Carroll 2018-06-15 14:23:41 -04:00
parent 519be4dca1
commit 30cdf1e941
3 changed files with 6 additions and 2 deletions

View file

@ -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]