Minor, general refactor

This commit is contained in:
Henrik Lissner 2018-06-07 02:49:32 +02:00
parent 37946080e2
commit b207c4040b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 9 additions and 9 deletions

View file

@ -25,11 +25,11 @@
"node_modules" "flow-typed"))
projectile-other-file-alist
(append projectile-other-file-alist
'(("css" . ("scss" "sass" "less" "styl"))
("scss" . ("css"))
("sass" . ("css"))
("less" . ("css"))
("styl" . ("css")))))
'(("css" "scss" "sass" "less" "styl")
("scss" "css")
("sass" "css")
("less" "css")
("styl" "css"))))
;; Projectile root-searching functions can cause an infinite loop on TRAMP
;; connections, so disable them.