mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
emacs-circe/circe@a0aada8cbb -> emacs-circe/circe@a8af5fa8e0 emacs-evil/evil-collection@3feaee8e29 -> emacs-evil/evil-collection@faed16f485 emacs-evil/evil@682e87fce9 -> emacs-evil/evil@334a636621 emacs-jp/migemo@fbc16b57ea -> emacs-jp/migemo@c0d84b4092 emacsorphanage/god-mode@b09ad56dc8 -> emacsorphanage/god-mode@e6eef24dbf https://git.notmuchmail.org/git/notmuch@d8ebc9cf80b6 -> https://git.notmuchmail.org/git/notmuch@aa761727999b https://git.savannah.gnu.org/git/emms.git@e3824b81b11a -> https://git.savannah.gnu.org/git/emms.git@0f2942ef67c1 https://github.com/emacs-tree-sitter/treesit-fold@6628b7cce585 -> https://github.com/emacs-tree-sitter/treesit-fold@67b3e63eacd9 jao/consult-notmuch@17d2a4ea8c -> jao/consult-notmuch@abc0318c99 juliapath/evil-numbers@f4bbb729ee -> juliapath/evil-numbers@e96d656158 karthink/elfeed-tube@307bcfb30b -> karthink/elfeed-tube@99e55ac428 kidd/org-gcal.el@23561f63b9 -> kidd/org-gcal.el@36cbdb453d szermatt/emacs-bash-completion@d0637428fd -> szermatt/emacs-bash-completion@762f28fefb tarsius/ol-notmuch@9a69506a3f -> tarsius/ol-notmuch@06288ed5ec
:editor fold
Description unfold
This module marries doom-package:hideshow, doom-package:vimish-fold, and outline-minor-mode
to bring you
marker, indent and syntax-based code folding for as many languages as possible.
Maintainers
Module flags
This module has no flags.
Packages
- doom-package:evil-vimish-fold
- doom-package:vimish-fold
-
if doom-module::tools tree-sitter
TODO Hacks
This module's hacks haven't been documented yet. Document them?
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
This module has no external requirements.
TODO Usage
This module's usage documentation is incomplete. Complete it?
Emacs keybinds when doom-module::editor evil +everywhere is disabled:
Keybind | Description |
---|---|
C-c C-f C-f | Fold region |
C-c C-f C-u or C ` | Unfold region |
C-c C-f C-d | Delete folded region |
C-c C-f C-a C-f | Fold all regions |
C-c C-f C-a C-u | Unfold all regions |
C-c C-a C-d | Delete all folded regions |
TODO Configuration
This module has no configuration documentation yet. Write some?
Troubleshooting
- Sometimes, an unfolded region won't fold back with C-c C-f C-f. To bypass this bug you must delete the folded region (C-c C-f C-d) and then fold it (C-c C-f C-f) again.
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?