From 6cf6825a4dd5a6591bb5e4f3ec01eec5383afad4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 8 Apr 2019 23:07:29 -0400 Subject: [PATCH] lang/web: fix typo Pushing to the wrong variable! --- modules/lang/web/+css.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/web/+css.el b/modules/lang/web/+css.el index b10b9a0ed..ee987c085 100644 --- a/modules/lang/web/+css.el +++ b/modules/lang/web/+css.el @@ -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")