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:
parent
56382f1215
commit
c3275a7809
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue