mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
;;
|
||||
|
||||
(def-package! rainbow-mode
|
||||
:init
|
||||
(add-hook 'prog-mode-hook #'rainbow-mode))
|
||||
(def-package! rainbow-mode)
|
||||
|
||||
|
||||
(def-package! kurecolor
|
||||
:after rainbow-mode
|
||||
|
Reference in New Issue
Block a user