doomemacs/modules/editor
Prashant Vithani 6010b40247 fix(fold): Use function variables over direct func
Replace direct calls to `hs-looking-at-block-start-p` and
`hs-find-block-beginning` with their corresponding function variables to
ensure compatibility with hideshow mode's configurable function
handling.

These function variables are set in [`treesit` in Emacs 31][1]. It broke
fold because `hs-block-start-regexp` is set to `nil` explicitly by
treesit overrides.

The default for `hs-looking-at-block-start-p-func` and
`hs-find-block-beginning-func` are same as what was being called before.

Ref:
[1]: https://github.com/emacs-mirror/emacs/commits/2e3b085d447bc2cd1a0e779145be9cab9a15d7af
2025-07-01 14:28:46 +02:00
..
evil bump: :editor 2025-06-12 17:10:28 +02:00
file-templates refactor(file-templates): update doomrc templates 2025-06-30 15:23:27 +02:00
fold fix(fold): Use function variables over direct func 2025-07-01 14:28:46 +02:00
format fix(format): prefix arg inhibiting format-on-save 2025-06-25 17:36:59 +02:00
god bump: :editor 2025-06-12 17:10:28 +02:00
lispy feat: add .doommodule files 2024-09-14 20:47:39 -04:00
multiple-cursors bump: :editor 2025-03-25 14:16:56 -04:00
objed feat: add .doommodule files 2024-09-14 20:47:39 -04:00
parinfer bump: :editor 2025-03-25 14:16:56 -04:00
rotate-text feat: add .doommodule files 2024-09-14 20:47:39 -04:00
snippets bump: :editor 2025-06-12 17:10:28 +02:00
word-wrap bump: :editor 2025-06-12 17:10:28 +02: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?