summary refs log tree commit diff
path: root/emacs/custom/my-navigation.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-navigation.el1
1 files changed, 1 insertions, 0 deletions
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)