From ee33b89053f30fe7d2dd6addcd595cba60e05c70 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 27 Jul 2021 21:04:36 +0200 Subject: [PATCH] Disable rainbow-mode. --- init.d/text/common.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.d/text/common.el b/init.d/text/common.el index bc64c88..7fdd967 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -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