projectile: ignore doom-local-dir properly
This commit is contained in:
parent
611d8fe6bc
commit
9a959e73bc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ state are passed in.")
|
||||||
;; a more generic project root file
|
;; a more generic project root file
|
||||||
(push ".project" projectile-project-root-files-bottom-up)
|
(push ".project" projectile-project-root-files-bottom-up)
|
||||||
|
|
||||||
(nconc projectile-globally-ignored-directories (list doom-local-dir ".sync"))
|
(nconc projectile-globally-ignored-directories (list (abbreviate-file-name doom-local-dir) ".sync"))
|
||||||
(nconc projectile-other-file-alist '(("css" . ("scss" "sass" "less" "style"))
|
(nconc projectile-other-file-alist '(("css" . ("scss" "sass" "less" "style"))
|
||||||
("scss" . ("css"))
|
("scss" . ("css"))
|
||||||
("sass" . ("css"))
|
("sass" . ("css"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue