doomemacs/modules/editor/fold/autoload
45mg 56e998c577 fix(fold): properly handle recursive folds
With four folding systems in play, there are numerous ways to create
nested folds (eg. hideshow folds inside folded outline headings with
`+fold/close-all`). So `+fold/open-rec' needs to be able to open all
kinds of folds within the newly unfolded region. It can't stop at
unfolding the type of fold it was called on.
2024-06-26 20:45:14 -04:00
..
fold.el fix(fold): properly handle recursive folds 2024-06-26 20:45:14 -04:00
hideshow.el Minor refactor & comment revision across the board 2019-10-03 23:33:59 -04:00