]> git.donarmstrong.com Git - home-base.git/blobdiff - .emacs
* update emacs
[home-base.git] / .emacs
diff --git a/.emacs b/.emacs
index e16f95b0573e66472e944f4d87f76b219a54f000..dd536b0d987fe731f5933397dff244669fc7938a 100644 (file)
--- a/.emacs
+++ b/.emacs
 
 ;;; 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