]> git.donarmstrong.com Git - home-base.git/blobdiff - .emacs
* update ispell
[home-base.git] / .emacs
diff --git a/.emacs b/.emacs
index e16f95b0573e66472e944f4d87f76b219a54f000..fcf8f011f12efd7c52459de649f273473e4e6aae 100644 (file)
--- a/.emacs
+++ b/.emacs
 (font-latex-match-reference-make)
 (add-to-list 'font-latex-match-function-keywords "DLA")
 (add-to-list 'font-latex-match-function-keywords "RZ")
+(add-to-list 'font-latex-match-function-keywords "OM")
+(add-to-list 'font-latex-match-function-keywords "DL")
 (add-to-list 'font-latex-match-function-keywords "fixme")
 (add-to-list 'font-latex-match-function-keywords "acs")
 (add-to-list 'font-latex-match-function-keywords "acsp")
 
 ;;; outlining support for ess modes
 (add-hook 'ess-mode-hook
-            '(lambda ()
-               (outline-minor-mode)
-               (setq outline-regexp "\\(^#\\{4,5\\} \\)\\|\\(^[a-zA-Z0-9_\.]+ ?<- ?function(.*{\\)")
-               (defun outline-level
-                 (lambda () (interactive) (cond ((looking-at "^##### ") 1)((looking-at "^#### ") 2)((looking-at "^[a-zA-Z0-9_\.]+ ?<- ?function(.*{") 3) (t 1000)))
+         '(lambda ()
+            (outline-minor-mode)
+            (setq outline-regexp "\\(^#\\{4,5\\} \\)\\|\\(^[a-zA-Z0-9_\.]+ ?<- ?function(.*{\\)")
+            (defun outline-level
+              (lambda () (interactive) (cond ((looking-at "^##### ") 1)((looking-at "^#### ") 2)((looking-at "^[a-zA-Z0-9_\.]+ ?<- ?function(.*{") 3) (t 1000)))
                )))
\ No newline at end of file