Simplify projectile search path
This commit is contained in:
parent
4473bbab7e
commit
ec4279e5c0
@ -8,13 +8,8 @@
|
||||
(load! "+keybindings")
|
||||
;; Set projects directories
|
||||
(setq projectile-project-search-path '(("~/Projects" . 2)
|
||||
("~/Documents/Work" . 1)
|
||||
("~/Documents/Papers" . 0)
|
||||
("~/Documents/Typesetting" . 1)
|
||||
("~/Documents/Paperwork" . 1)
|
||||
("~/Documents/Typesetting" . 1)
|
||||
("~/Documents/Uni" . 3)
|
||||
("~/Repos" . 1)
|
||||
("~/Documents" . 5)
|
||||
("~/Repos")
|
||||
"~/.dotfiles"
|
||||
"~/Notes"))
|
||||
;; Auto cleanup recentf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user