Tip: Here's how to replace rainbow-delimiters

It’s hard to disable rainbow-delimiters in the usual ways, since it sits on a dozen hooks in Doom. However, I found this neat trick I wanted to share.

Make it actually turn on the wonderful prism-mode instead:

(fset 'rainbow-delimiters-mode #'prism-mode)

Or to disable entirely:

(fset 'rainbow-delimiters-mode #'ignore)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.