branch: master
commit a77a265e00ad62bf6f73b3d4bbef5016c15741e7
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Set `outline-regexp' directory local
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 3bcda92..acba84e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,5 @@
;;; For more information see (info "(emacs) Directory Variables")
((emacs-lisp-mode
- (indent-tabs-mode . nil)))
+ (indent-tabs-mode . nil)
+ (outline-regexp . ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)\\|(")))