doomemacs/modules/editor
kovan 9019a16887 fix(evil): clean isearch overlays after ex-search navigation
`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>
2026-02-14 00:30:55 -05:00
..
evil fix(evil): clean isearch overlays after ex-search navigation 2026-02-14 00:30:55 -05:00
file-templates fix(tree-sitter): add derived-mode parents to ts-modes 2025-09-07 10:58:45 -04:00
fold bump: :editor 2026-02-10 18:17:53 -05:00
format bump: :editor 2026-02-10 18:17:53 -05:00
god bump: :term :input :editor :app :email 2025-09-02 16:16:03 +02:00
lispy fix(lispy,parinfer): add clojure-ts-mode support 2025-09-11 13:48:42 -04:00
multiple-cursors bump: :editor 2026-02-10 18:17:53 -05:00
objed feat: add .doommodule files 2024-09-14 20:47:39 -04:00
parinfer bump: :editor 2026-01-06 02:00:18 -05:00
rotate-text docs: discourage after! and use-package! use 2026-02-09 04:29:47 -05:00
snippets bump: :editor 2025-06-12 17:10:28 +02:00
whitespace fix(whitespace): update indent highlights after editorconfig 2026-02-13 16:31:15 -05:00
word-wrap bump: :editor 2025-12-01 23:56:53 -05:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:editor

Description

For modules concerned with the insertion and editing of text. Amen.

Frequently asked questions

This category has no FAQs yet. Ask one?