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) 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 r...
