From 2dfff3413e3b11a486c32d237c5f3a377d55b707 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 13 Apr 2024 16:28:30 +0100 Subject: emacs: Put ‘project-list-file’ in cache directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 022149b..626d18d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -72,6 +72,13 @@ (keymap-global-set "C-x C-b" #'ibuffer) +;; Project Management + +(use-package project + :custom (project-list-file (my/cache-file-name "projects")) + :defer t) + + ;; Search and Completion Management (use-package consult -- cgit v1.2.3-70-g09d2