Skip to content

Commit

Permalink
Teach outline-minor-mode about the heading syntax we use
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius authored and vedang committed Feb 21, 2021
1 parent deede1c commit 91502d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
((emacs-lisp-mode
(indent-tabs-mode . nil)))
(indent-tabs-mode . nil)
(outline-regexp . ";;\\(\\(?:;+\\| \\*+\\) [^=\s\t\n]\\|###autoload\\)\\|(")))

0 comments on commit 91502d0

Please sign in to comment.