[Emacs] Add $HOME to ignored projects in projectile
Projectile will now stop considering $HOME as a project. This is due to my dotfiles and the way they are managed my dotfiles manager, yadm.
This commit is contained in:
parent
d1dbae1915
commit
9060067b59
@ -2082,9 +2082,12 @@ with ~magit-gitflow~:
|
|||||||
:bind-keymap
|
:bind-keymap
|
||||||
("C-c p" . projectile-command-map)
|
("C-c p" . projectile-command-map)
|
||||||
:init
|
:init
|
||||||
;; NOTE: Set this to the folder where you keep your Git repos!
|
(setq projectile-switch-project-action #'projectile-dired)
|
||||||
(setq projectile-switch-project-action #'projectile-dired))
|
:config
|
||||||
|
(add-to-list 'projectile-ignored-projects "~/"))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
(use-package counsel-projectile
|
(use-package counsel-projectile
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:after (counsel projectile)
|
:after (counsel projectile)
|
||||||
|
Loading…
Reference in New Issue
Block a user