From 994a632ac379fcac0637baa0e1e00e4a091d7cbe Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 13 Aug 2020 18:04:54 +0100 Subject: Set Emacs current-project to ~/briefcase I don't rely on this often, so it's best to leave it as the top-level directory for briefcase. --- emacs/.emacs.d/wpc/constants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/constants.el') diff --git a/emacs/.emacs.d/wpc/constants.el b/emacs/.emacs.d/wpc/constants.el index 4f5858b08466..e29430841552 100644 --- a/emacs/.emacs.d/wpc/constants.el +++ b/emacs/.emacs.d/wpc/constants.el @@ -21,7 +21,7 @@ ;; current consumers of these constants, and I'm unsure if the indirection that ;; globally defined constants introduces is worth it. -(defconst constants/current-project "~/briefcase/website" +(defconst constants/current-project "~/briefcase" "Variable holding the directory for my currently active project.") (prelude/assert (f-directory? constants/current-project)) -- cgit 1.4.1