projects
/
home-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9aa33
)
add latex style hooks
author
Don Armstrong
<don@donarmstrong.com>
Tue, 14 Aug 2007 03:45:27 +0000
(
03:45
+0000)
committer
Don Armstrong
<don@donarmstrong.com>
Tue, 14 Aug 2007 03:45:27 +0000
(
03:45
+0000)
.emacs
patch
|
blob
|
history
diff --git
a/.emacs
b/.emacs
index ab1eecbc226f94933e08d4fc94f1f24002d9ac1e..56b0244f9992e548fd75b83de5bdb102f0997180 100644
(file)
--- 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))))
+)