X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.emacs;h=56b0244f9992e548fd75b83de5bdb102f0997180;hb=65682cea710686a497835ade0f7164960bb855f9;hp=ab1eecbc226f94933e08d4fc94f1f24002d9ac1e;hpb=cfdd0bbc25167f5bae4cff7271f2e6605355e94e;p=home-base.git 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)))) +)