lang/web: fix typo
Pushing to the wrong variable!
This commit is contained in:
parent
f9b6f6746f
commit
6cf6825a4d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
["Sass" (memq major-mode '(scss-mode sass-mode))]))
|
["Sass" (memq major-mode '(scss-mode sass-mode))]))
|
||||||
|
|
||||||
(after! projectile
|
(after! projectile
|
||||||
(pushnew! projectile-project-root-files
|
(pushnew! projectile-other-file-alist
|
||||||
'("css" "scss" "sass" "less" "styl")
|
'("css" "scss" "sass" "less" "styl")
|
||||||
'("scss" "css")
|
'("scss" "css")
|
||||||
'("sass" "css")
|
'("sass" "css")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue