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))]))
|
||||
|
||||
(after! projectile
|
||||
(pushnew! projectile-project-root-files
|
||||
(pushnew! projectile-other-file-alist
|
||||
'("css" "scss" "sass" "less" "styl")
|
||||
'("scss" "css")
|
||||
'("sass" "css")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue