X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.emacs;h=56b0244f9992e548fd75b83de5bdb102f0997180;hp=1019243e6c52c164ae7282e3276ed171eccbd0f5;hb=0778e647d173c9653ed443d5df189e7da06d1772;hpb=a273f57ce31ccd9137e831979cd731ce02dcb574 diff --git a/.emacs b/.emacs index 1019243..56b0244 100644 --- a/.emacs +++ b/.emacs @@ -50,7 +50,7 @@ ;;(require 'emacs-wiki) (require 'bibtex) (require 'post) -(require 'fixme) +;;(require 'fixme) (global-set-key "\C-xp" 'gnuserv-edit) @@ -95,7 +95,7 @@ -(load-library "php-mode") +;(load-library "php-mode") (setq c-indent-level 8) (setq c-brace-imaginary-offset 0) @@ -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)))) +)