Enable highlight-numbers-mode in css modes

This commit is contained in:
Henrik Lissner 2016-06-09 00:29:08 -04:00
parent 955b9cb20f
commit 66a30074d6

View file

@ -11,7 +11,7 @@
(use-package css-mode (use-package css-mode
:mode "\\.css$" :mode "\\.css$"
:init (add-hook! css-mode '(yas-minor-mode-on flycheck-mode rainbow-mode)) :init (add-hook! css-mode '(yas-minor-mode-on flycheck-mode rainbow-mode highlight-numbers-mode))
:config :config
(def-company-backend! css-mode (css yasnippet)) (def-company-backend! css-mode (css yasnippet))
(push '("css" "scss" "sass" "less" "styl") projectile-other-file-alist)) (push '("css" "scss" "sass" "less" "styl") projectile-other-file-alist))