Disable rainbow-mode.

This commit is contained in:
tastytea 2021-07-27 21:04:36 +02:00
parent 9b740227e1
commit ee33b89053
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 3 deletions

View File

@ -321,9 +321,7 @@
;; Colorize color names. ;; Colorize color names.
(use-package rainbow-mode (use-package rainbow-mode
:demand t :demand t
:diminish rainbow-mode :diminish rainbow-mode)
:hook ((prog-mode . rainbow-mode)
(conf-mode . rainbow-mode)))
;; Tries to find points of interest in buffer and jumps to them. ;; Tries to find points of interest in buffer and jumps to them.
(use-package imenu (use-package imenu