From d9bba20d844729f8d004a91a46d87f8308842af3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 6 Jul 2018 12:21:52 +0100 Subject: [PATCH] el/dot-emacs.el: Defeat AUC-TeX's horrible fontification. --- el/dot-emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1c484e6..48d17af 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3461,6 +3461,8 @@ strip numbers instead." (list "[$^_{}#&]" '(0 mdw-punct-face))))) +(setq TeX-install-font-lock 'tex-font-setup) + (eval-after-load 'font-latex '(defun font-latex-jit-lock-force-redisplay (buf start end) "Compatibility for Emacsen not offering `jit-lock-force-redisplay'." -- 2.11.0