From 30cdf1e94183dd2ca761e2283dea7c756eb814c5 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 15 Jun 2018 14:23:41 -0400 Subject: Support current-project variable DRYs up configuration... This value is used to set: - my initial buffer - where -p jumps to --- emacs.d/wpc/variables.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs.d/wpc/variables.el') diff --git a/emacs.d/wpc/variables.el b/emacs.d/wpc/variables.el index af6bfde45a..bd5af2a010 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] -- cgit 1.4.1