doomemacs/modules/editor
45mm 142f28eb9a fix(fold): properly support outline-minor-mode
- Make `+fold/close-all` work for outline-minor-mode.

- Distinguish between `zo` and `zO` for outline-minor-mode alone, by
  binding `zO` to a new function `+fold/open-rec`. `zO` will now trigger
  `outline-show-subtree` in outline-minor-mode, while `zo` will only
  trigger `outline-show-branches`, keeping the subheadings folded. This
  matches the behavior in org-mode.

- Fix a bug in `+fold/open-all`, introduced in
  7b9d00d661, that makes it only operate
  on vimish-fold folds.

Note that outline-minor-mode is still not enabled by default anywhere.
These changes are only to prevent incorrect behavior for users who
decide to turn it on themselves.
2024-04-01 13:30:43 -04:00
..
evil feat(lib): backport find-sibling-file 2024-03-11 00:53:44 -04:00
file-templates fix(file-templates): unknown directive error from __license-lgpl3 2024-02-08 23:11:48 -05:00
fold fix(fold): properly support outline-minor-mode 2024-04-01 13:30:43 -04:00
format fix(format): +format-with-eglot-fn: eglot detection 2024-03-13 01:00:38 -04:00
god docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
lispy docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
multiple-cursors refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
objed docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
parinfer bump: :editor 2024-02-04 19:18:24 -05:00
rotate-text docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
snippets bump: :editor 2024-02-04 19:18:24 -05:00
word-wrap bump: visual-fill-column 2024-03-04 03:26:07 -05: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?