Add delq! and pushnew! macros
And move projectile configs to their respective modules (and out of package configs).
This commit is contained in:
parent
f934f38627
commit
742687a51e
5 changed files with 33 additions and 21 deletions
|
@ -12,6 +12,14 @@
|
|||
"CSS" "HTML" "Bourbon" "Compass"
|
||||
["Sass" (memq major-mode '(scss-mode sass-mode))]))
|
||||
|
||||
(after! projectile
|
||||
(pushnew! projectile-project-root-files
|
||||
'("css" "scss" "sass" "less" "styl")
|
||||
'("scss" "css")
|
||||
'("sass" "css")
|
||||
'("less" "css")
|
||||
'("styl" "css")))
|
||||
|
||||
|
||||
;;
|
||||
;; Major modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue