diff --git a/core/core-ui.el b/core/core-ui.el index a39a028e7..fa5a4f5f1 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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) ;;