Emacs: Activate rainbow-mode in conf-mode.

This commit is contained in:
tastytea 2020-12-02 11:51:28 +01:00
parent 1410f8bba2
commit ccfe39c9f0
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-11-29T09:08:31+0100>
;; Time-stamp: <2020-12-02T11:51:07+0100>
;;; Commentary:
@ -314,7 +314,8 @@
(use-package rainbow-mode
:demand t
:diminish rainbow-mode
:hook (prog-mode . rainbow-mode))
:hook ((prog-mode . rainbow-mode)
(conf-mode . rainbow-mode)))
;; Tries to find points of interest in buffer and jumps to them.
(use-package imenu