X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.emacs;h=56b0244f9992e548fd75b83de5bdb102f0997180;hp=ab1eecbc226f94933e08d4fc94f1f24002d9ac1e;hb=0778e647d173c9653ed443d5df189e7da06d1772;hpb=cfdd0bbc25167f5bae4cff7271f2e6605355e94e diff --git a/.emacs b/.emacs index ab1eecb..56b0244 100644 --- a/.emacs +++ b/.emacs @@ -124,6 +124,17 @@ (add-hook 'LaTeX-mode-hook 'outline-minor-mode) ; with AUCTeX LaTeX mode (add-hook 'latex-mode-hook 'outline-minor-mode) ; with Emacs latex mode +(TeX-add-style-hook + "latex" + (lambda () + (TeX-add-symbols + '("DLA" 1)))) +(custom-set-variables + '(font-latex-user-keyword-classes + '(("fixme" + ("DLA" "RZ") + font-lock-function-name-face 2 (command 1 t)))) +)