Minor, general refactor

This commit is contained in:
Henrik Lissner
2018-06-07 02:49:32 +02:00
parent 37946080e2
commit b207c4040b
4 changed files with 9 additions and 9 deletions

View File

@ -25,11 +25,11 @@
(list (abbreviate-file-name doom-local-dir) ".sync"
"node_modules" "flow-typed"))
projectile-other-file-alist
(append projectile-other-file-alist
'(("css" . ("scss" "sass" "less" "styl"))
("scss" . ("css"))
("sass" . ("css"))
("less" . ("css"))
(append projectile-other-file-alist
'(("css" "scss" "sass" "less" "styl")
("scss" "css")
("sass" "css")
("less" "css")
("styl" "css"))))
;; Projectile root-searching functions can cause an infinite loop on TRAMP