How to disable rainbow-delimiters for Spacemacs?
How to disable rainbow-delimiters for Spacemacs?
I've added dotspacemacs-excluded-packages '(rainbow-delimiters)
at my .spacemacs file. (This is the only instance of the rainbow-delimiters at the whole file.) I've restarted Spacemacs and nothing happened. I still have the delimiters in a different color, which depends on my cursor position.
dotspacemacs-excluded-packages '(rainbow-delimiters)
rainbow-delimiters-mode
SPC t C d
This does the job. Thanks!
– Dimitar Nonov
Jun 29 at 13:47
1 Answer
1
You can disable rainbow-delimiters-mode
with
rainbow-delimiters-mode
SPC t C d
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
you can disable
rainbow-delimiters-mode
withSPC t C d
– gdkrmr
Jun 21 at 13:47