]> git.donarmstrong.com Git - home-base.git/commitdiff
update .emacs
authorDon Armstrong <don@donarmstrong.com>
Thu, 24 Apr 2008 07:32:03 +0000 (07:32 +0000)
committerDon Armstrong <don@donarmstrong.com>
Thu, 24 Apr 2008 07:32:03 +0000 (07:32 +0000)
.emacs

diff --git a/.emacs b/.emacs
index df92f900d6ca69a01abdf99644cfeb8913f456ad..c07f9a101c0772bc900d24ee8dbb97ff140610bb 100644 (file)
--- a/.emacs
+++ b/.emacs
 ;;       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."