Rainbow-delimiters: move the max face count to use-packages.
This commit is contained in:
parent
19d4f78034
commit
7b4485ef10
@ -44,7 +44,6 @@ declarations for color schemes."
|
|||||||
(setq window-divider-default-places t)
|
(setq window-divider-default-places t)
|
||||||
(setq right-divider-width 5)
|
(setq right-divider-width 5)
|
||||||
(setq ring-bell-function 'ignore)
|
(setq ring-bell-function 'ignore)
|
||||||
(setq rainbow-delimiters-max-face-count 2)
|
|
||||||
(add-to-list 'initial-frame-alist '(alpha-background . 65))
|
(add-to-list 'initial-frame-alist '(alpha-background . 65))
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 65))
|
(add-to-list 'default-frame-alist '(alpha-background . 65))
|
||||||
(add-to-list 'default-frame-alist '(cursor-color . "white"))
|
(add-to-list 'default-frame-alist '(cursor-color . "white"))
|
||||||
|
@ -852,6 +852,7 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
(use-package rainbow-delimiters
|
(use-package rainbow-delimiters
|
||||||
:diminish
|
:diminish
|
||||||
:defer 1
|
:defer 1
|
||||||
|
:custom (rainbow-delimiters-max-face-count 2)
|
||||||
:hook (prog-mode . rainbow-delimiters-mode))
|
:hook (prog-mode . rainbow-delimiters-mode))
|
||||||
|
|
||||||
;; Hex colors
|
;; Hex colors
|
||||||
|
Loading…
Reference in New Issue
Block a user