lang/web: fix typo

Pushing to the wrong variable!
This commit is contained in:
Henrik Lissner 2019-04-08 23:07:29 -04:00
parent f9b6f6746f
commit 6cf6825a4d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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")