mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
General clean up
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
(use-package css-mode
|
||||
:mode "\\.css$"
|
||||
:init
|
||||
(add-hook! css-mode '(yas-minor-mode-on flycheck-mode))
|
||||
:init (add-hook! css-mode '(yas-minor-mode-on flycheck-mode))
|
||||
:config
|
||||
(def-company-backend! css-mode (css yasnippet))
|
||||
(push '("css" "scss" "sass" "less" "styl") projectile-other-file-alist))
|
||||
|
Reference in New Issue
Block a user