diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
