branch: elpa/rainbow-delimiters
commit 3a18183db34c181243acfb34681a4477aab43d16
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Remove cider-repl-mode from rainbow-delimiters-ignore-modes.
    
    CIDER has been updated and doesn't need this workaround anymore.
---
 rainbow-delimiters.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 26fa5d04b9..0d4d571cb1 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -108,7 +108,7 @@
   :group 'applications)
 
 (defcustom rainbow-delimiters-ignore-modes
-  '(special-mode eshell-mode cider-repl-mode)
+  '(special-mode eshell-mode)
   "List of modes in which `rainbow-delimiters-mode' should not be 
automatically enabled.
 
 If the mode of a buffer is derived from one of these modes, then

Reply via email to