From 599bb6c1c689d9430915929f9ab2a4012167b244 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Apr 2022 13:06:07 -0700 Subject: emacs: where to save state --- emacs/custom/my-navigation.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom/my-navigation.el') diff --git a/emacs/custom/my-navigation.el b/emacs/custom/my-navigation.el index 74cd293..7c09de6 100644 --- a/emacs/custom/my-navigation.el +++ b/emacs/custom/my-navigation.el @@ -10,6 +10,7 @@ :ensure t :bind-keymap ("C-c p" . project-prefix-map) :custom + (project-list-file (expand-file-name "var/projects" user-emacs-directory)) (project-switch-commands '((?f "File" project-find-file) (?d "Dired" project-dired) -- cgit 1.4.1