Skip to content

Conversation

jeffvalk
Copy link
Contributor

@jeffvalk jeffvalk commented Dec 9, 2024

Multiple alternate patterns were previously removed from outline-regexp in b1ea6de. This update restores the alternate pattern that enables top-level code forms to participate in outline-minor-mode.

Adding this pattern back in does not undo the fix to #550 intended in b1ea6de.

Closes #684

Multiple alternate patterns were previously removed from outline-regexp in
b1ea6de. The pattern restored in this commit is needed to enable top-level forms
to participate in outline-minor-mode.

Adding this pattern back in does not undo the fix intended in b1ea6de.
@bbatsov bbatsov merged commit 740ca69 into clojure-emacs:master Dec 11, 2024
6 of 7 checks passed
@bbatsov
Copy link
Member

bbatsov commented Dec 11, 2024

Thanks for tackling this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prior fix to outline-regexp prevents code folding
2 participants