Rainbow-delimiters: move the max face count to use-packages.

This commit is contained in:
MitchMarq42 2023-03-13 14:44:32 -08:00
parent 19d4f78034
commit 7b4485ef10
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ declarations for color schemes."
(setq window-divider-default-places t)
(setq right-divider-width 5)
(setq ring-bell-function 'ignore)
(setq rainbow-delimiters-max-face-count 2)
(add-to-list 'initial-frame-alist '(alpha-background . 65))
(add-to-list 'default-frame-alist '(alpha-background . 65))
(add-to-list 'default-frame-alist '(cursor-color . "white"))

View File

@ -852,6 +852,7 @@ Return nil if DIR is not in a hugo project at all."
(use-package rainbow-delimiters
:diminish
:defer 1
:custom (rainbow-delimiters-max-face-count 2)
:hook (prog-mode . rainbow-delimiters-mode))
;; Hex colors