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.
(use-package rainbow-mode
:demand t
:diminish rainbow-mode
:hook ((prog-mode . rainbow-mode)
(conf-mode . rainbow-mode)))
:diminish rainbow-mode)
;; Tries to find points of interest in buffer and jumps to them.
(use-package imenu