rainbow-delimiters-max-face-count = 4

This commit is contained in:
Henrik Lissner 2021-05-26 16:18:27 -04:00
parent fa643513cf
commit d99a102a6b

View file

@ -533,7 +533,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
;; languages like Lisp. I reduce it from it's default of 9 to reduce the
;; complexity of the font-lock keyword and hopefully buy us a few ms of
;; performance.
(setq rainbow-delimiters-max-face-count 3)
(setq rainbow-delimiters-max-face-count 4)
;;