Don't enable in Completion List Mode

master
Sebastian Wiesner 12 years ago
parent ecacb319d3
commit 3d425a85d3
  1. 2
      rainbow-delimiters.el

@ -108,7 +108,7 @@
:group 'applications)
(defcustom rainbow-delimiters-ignore-modes
'(special-mode eshell-mode)
'(special-mode eshell-mode completion-list-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

Loading…
Cancel
Save