From 13fe22fe4292b346f3142eff255334131f409540 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 24 Apr 2008 07:32:03 +0000 Subject: [PATCH] update .emacs --- .emacs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index df92f90..c07f9a1 100644 --- a/.emacs +++ b/.emacs @@ -136,7 +136,23 @@ ;; font-lock-function-name-face 2 (command 1 t)))) ;; ) - +(require 'font-latex) +(add-to-list 'font-latex-match-reference-keywords "fref") +(add-to-list 'font-latex-match-reference-keywords "Fref") +(add-to-list 'font-latex-match-reference-keywords "citep") +(add-to-list 'font-latex-match-reference-keywords "citet") +(font-latex-match-reference-make) +(add-to-list 'font-latex-match-function-keywords "DLA") +(add-to-list 'font-latex-match-function-keywords "RZ") +(add-to-list 'font-latex-match-function-keywords "fixme") +(add-to-list 'font-latex-match-function-keywords "acs") +(add-to-list 'font-latex-match-function-keywords "ac") +(add-to-list 'font-latex-match-function-keywords "acp") +(add-to-list 'font-latex-match-function-keywords "acl") +(font-latex-match-function-make) +(setq TeX-parse-self t) +(setq TeX-auto-save t) +(setq-default TeX-master nil) (defun insert-date () "Insert date at point." -- 2.39.2