From 7bf6d05ed625bfe6c0dec1071da4e7a1a53f3d37 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 26 May 2008 22:59:04 +0000 Subject: [PATCH 1/1] add more stuff to .emacs --- .emacs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.emacs b/.emacs index 3159d9c..d1a9a59 100644 --- a/.emacs +++ b/.emacs @@ -146,9 +146,14 @@ (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 "acsp") (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") +(add-to-list 'font-latex-match-function-keywords "aclp") +(add-to-list 'font-latex-match-function-keywords "acsu") +(add-to-list 'font-latex-match-function-keywords "aclu") +(add-to-list 'font-latex-match-function-keywords "acused") (font-latex-match-function-make) (setq TeX-parse-self t) (setq TeX-auto-save t) @@ -216,3 +221,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) + +(put 'upcase-region 'disabled nil) + +(put 'downcase-region 'disabled nil) -- 2.39.2