General clean up
This commit is contained in:
parent
455dd93faf
commit
f6e5420887
4 changed files with 39 additions and 39 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue