Skip to content

Commit

Permalink
Don't enable in special RefTeX modes
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 17, 2014
1 parent 3d425a8 commit fb54c05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rainbow-delimiters.el
Expand Up @@ -108,7 +108,9 @@
:group 'applications)

(defcustom rainbow-delimiters-ignore-modes
'(special-mode eshell-mode completion-list-mode)
'(special-mode eshell-mode completion-list-mode
;; Special RefTeX modes
reftex-toc-mode reftex-select-label-mode reftex-select-bib-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
Expand Down

0 comments on commit fb54c05

Please sign in to comment.