rainbow-mode: don't activate on prog-mode-hook

That is too aggressive. Not sure what a more reasonable default should
be though.
This commit is contained in:
Henrik Lissner 2017-08-09 13:04:51 +02:00
parent 56382f1215
commit c3275a7809
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,9 +4,8 @@
;; Plugins
;;
(def-package! rainbow-mode
:init
(add-hook 'prog-mode-hook #'rainbow-mode))
(def-package! rainbow-mode)
(def-package! kurecolor
:after rainbow-mode