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)



enter image description here





you can disable rainbow-delimiters-mode with SPC t C d
– gdkrmr
Jun 21 at 13:47


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.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Opening a url is failing in Swift

Export result set on Dbeaver to CSV