Emacs: Activate rainbow-mode in conf-mode.
This commit is contained in:
parent
1410f8bba2
commit
ccfe39c9f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user