Minor, general refactor
This commit is contained in:
parent
37946080e2
commit
b207c4040b
4 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue