configs/emacs: set project-list-file

This commit is contained in:
Aaron Bieber 2024-05-28 11:45:29 -06:00
parent a0cc81634d
commit f92cbf576a
No known key found for this signature in database

View File

@ -60,6 +60,12 @@ I know I am in emacs, don't need to see the startup screen.
(direnv-mode))
#+end_src
**** project.el
#+begin_src emacs-lisp
(setq project-list-file (expand-file-name "~/.emacs.d/projects"))
#+end_src
*** Behavior
Switch various defaults to be more comfortable for myself.