Closed dinojr closed 8 years ago
Cannot reproduce. What's the version of Emacs?
The problem arises with both Emacs24 et 25 but I discovered it must be a conflict with another package: if I don't run (package-initialize) but (load "~/.emacs.d/elpa/rainbow-delimiters-20160430.2358/rainbow-delimiters.el"), everything is fine.
It seems this problem is related to auctex
's font-lock
. If you disable auctex
font-lock
by (setq TeX-install-font-lock 'ignore)
, the problem is solved.
But, since I lack the skills of emacs-lisp
, I think I may not find a way to make these two awesome packages compatible.
I am really appreciate it if you can help me to solve this problem.
I'm running rainbow-delimiters 20160430 from melpa. In a LaTeX buffer, only square and curly brackets are colored. Parenthesis aren't. Why is that ?
Please see the attached screenshot, from emacs -Q.