doomemacs/modules/editor/fold/autoload
45mg b681504582 fix(fold): avoid Hideshow-not-supported error
Some modes are not supported by `hs-minor-mode`, but can still support
some of the `+fold/` commands. For example, `pdf-outline-minor-mode`
recognizes the same commands as `outline-minor-mode`, but
`hs-minor-mode` is not applicable. In cases like these, we shouldn't try
to enable `hs-minor-mode`, as this will produce an error that will
terminate the command.
2024-09-13 20:28:54 -07:00
..
fold.el fix(fold): avoid Hideshow-not-supported error 2024-09-13 20:28:54 -07:00
hideshow.el refactor(fold): move +fold-hideshow-folded-face & unstyle +ts-fold-replacement-face 2024-08-27 03:13:57 -04:00