Added ~/Projects as default project directory
This commit is contained in:
parent
7b777d192e
commit
6acdfad43f
@ -334,7 +334,10 @@ Projectile is a package for managing various /projects/ in emacs. It adds functi
|
||||
:bind-keymap
|
||||
("C-x p" . projectile-command-map)
|
||||
:config
|
||||
(projectile-mode +1))
|
||||
(projectile-mode +1)
|
||||
:init
|
||||
(when (file-directory-p "~/Projects")
|
||||
(setq projectile-project-search-path '("~/Projects"))))
|
||||
#+end_src
|
||||
|
||||
** Vertico
|
||||
|
Loading…
x
Reference in New Issue
Block a user