X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.emacs;h=d1a9a5904aec2f468022b32b63db7a0456f960cf;hp=3159d9c792d2a67336a3c0239231df093dbd515d;hb=8dd298f4e01d4fae132ba73fa814e119add780d1;hpb=ebc9c36dffa3cccbdd89fa27f9e9a0916b9fb3f5 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)