mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 14:21:47 -08:00
`evil-ex-search' (used by `n'/`N') calls `isearch-range-invisible' which temporarily opens fold overlays to check visibility, but never calls `isearch-clean-overlays' to restore them. This corrupts org-fold overlay state, making subtrees permanently unfoldable with TAB. The initial `/` search properly cleans up via `evil-ex-search-stop-session', but repeated `n'/`N' navigation skips this step. Add `:after' advice to call `isearch-clean-overlays'. Ref: emacs-evil/evil#1630 Fix: #8625 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| evil | ||
| file-templates | ||
| fold | ||
| format | ||
| god | ||
| lispy | ||
| multiple-cursors | ||
| objed | ||
| parinfer | ||
| rotate-text | ||
| snippets | ||
| whitespace | ||
| word-wrap | ||
| .doommodule | ||
| README.org | ||
:editor
Description
For modules concerned with the insertion and editing of text. Amen.
Frequently asked questions
This category has no FAQs yet. Ask one?