branch: elpa/cdlatex commit f3eb992be12c8b11b3b522a83205322b77fbab2b Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Explicitly require reftex --- cdlatex.el | 1 + 1 file changed, 1 insertion(+) diff --git a/cdlatex.el b/cdlatex.el index 4f4d38387a..8bae0b8d9f 100644 --- a/cdlatex.el +++ b/cdlatex.el @@ -320,6 +320,7 @@ (eval-when-compile (require 'cl-lib)) (require 'texmathp) +(require 'reftex) ;;; Begin of Configuration Section ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;