]> git.donarmstrong.com Git - home-base.git/blobdiff - .emacs
* Change the prompt to indicate if we're in a chroot
[home-base.git] / .emacs
diff --git a/.emacs b/.emacs
index 6982519bb1fdac38312a075dfb8fcc34f2bf61dc..56b0244f9992e548fd75b83de5bdb102f0997180 100644 (file)
--- 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)
 
 (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))))
+)