Add ~/.nixos to projectile

This commit is contained in:
Andreas Zweili 2022-08-31 22:47:24 +02:00
parent 640fc76825
commit 8a838371a6
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
:init
(projectile-mode +1)
:config
(setq projectile-project-search-path '("~/git_repos/projects/" "~/git_repos/work/"))
(setq projectile-project-search-path '(("~/.nixos" . 1)
"~/git_repos/projects/"
"~/git_repos/work/"))
:bind (:map projectile-mode-map
("M-p" . projectile-command-map)
("C-c p" . projectile-command-map)))