VL
Size: a a a
VL
DL
зк
VL
DL
projectile-project-root-files-functions
VL
(use-package projectile
:ensure t
:init
(projectile-mode +1)
:config
(setq projectile-mode 1)
(setq projectile-project-search-path '("~/Projects/number_one" "~/Projects/number_two" "~/Projects/number_three"))
)
VL
DL
VL
зк
VL
DL
DL
зк
DL
projectile-project-root-files-functions
DL
:custom
(projectile-project-root-files-functions
'(projectile-root-local
projectile-root-top-down
projectile-root-bottom-up
projectile-root-top-down-recurring))
DL
VL
VL