mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -4,9 +4,8 @@
|
|||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! rainbow-mode
|
(def-package! rainbow-mode)
|
||||||
:init
|
|
||||||
(add-hook 'prog-mode-hook #'rainbow-mode))
|
|
||||||
|
|
||||||
(def-package! kurecolor
|
(def-package! kurecolor
|
||||||
:after rainbow-mode
|
:after rainbow-mode
|
||||||
|
Reference in New Issue
Block a user