Added ~/Projects as default project directory

This commit is contained in:
Random936 2024-02-05 09:06:21 -08:00
parent 7b777d192e
commit 6acdfad43f

View File

@ -334,7 +334,10 @@ Projectile is a package for managing various /projects/ in emacs. It adds functi
:bind-keymap :bind-keymap
("C-x p" . projectile-command-map) ("C-x p" . projectile-command-map)
:config :config
(projectile-mode +1)) (projectile-mode +1)
:init
(when (file-directory-p "~/Projects")
(setq projectile-project-search-path '("~/Projects"))))
#+end_src #+end_src
** Vertico ** Vertico