aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 4f8b608fac7fa332d49ed5f6c86dae62226bb04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((emacs-lisp-mode
  (eval outline-minor-mode 1)
  (outline-heading-end-regexp . ":\n")
  (outline-regexp . ";;;+ [^\n]"))
 (sh-mode
  (eval outline-minor-mode 1)
  (outline-heading-end-regexp . ":\n")
  (outline-regexp . "##+")))