From: Mark Wooding Date: Fri, 6 Jul 2018 11:21:52 +0000 (+0100) Subject: el/dot-emacs.el: Defeat AUC-TeX's horrible fontification. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/d9bba20d844729f8d004a91a46d87f8308842af3?ds=sidebyside el/dot-emacs.el: Defeat AUC-TeX's horrible fontification. --- 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'."