Skip to content

Commit

Permalink
Revert ".dir-locals.el (outline-regexp): "^(" is not an outline start"
Browse files Browse the repository at this point in the history
This reverts commit 4f6bd9e, except
for the parts of that commit that have nothing to do with the stated
purpose.

In `outline-minor-mode' "^(" actually it is an outline start.

See #2529.
  • Loading branch information
tarsius committed Apr 28, 2020
1 parent eeb14b1 commit 6941b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Expand Up @@ -8,7 +8,7 @@
(sentence-end-double-space . t))
(emacs-lisp-mode
(indent-tabs-mode . nil)
(outline-regexp . ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)")
(outline-regexp . ";;\\([;*]+ [^\s\t\n]\\|###autoload\\)\\|(")
;; extra config here: https://github.com/abo-abo/oremacs/blob/github/modes/ora-elisp-style-guide.el
;; (lisp-indent-function . common-lisp-indent-function)
))

0 comments on commit 6941b8a

Please sign in to comment.