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