Enable highlight-numbers-mode in css modes
This commit is contained in:
parent
955b9cb20f
commit
66a30074d6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue