mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/web: fix typo
Pushing to the wrong variable!
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user