[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Support code-folding of debug output



We can use folding-mode to make Emacs automatically fold text:

https://emacs.stackexchange.com/questions/18007/folding-mode-start-fully-folded

This seems to apply to opened files. Not sure how we'd do it in
shell-mode as command input is streaming in... Maybe ask in #emacs?