General clean up

This commit is contained in:
Henrik Lissner 2016-05-19 03:17:59 -04:00
parent 455dd93faf
commit f6e5420887
4 changed files with 39 additions and 39 deletions

View file

@ -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))