Closed digikar99 closed 4 years ago
One argument against text-mode
is tabular data needing to be strictly aligned with column headings. Apart from that, EIN requires output cells be no-frills as possible as polymode already pushes things to an unhealthy, buggy extent. In fact, we explicitly disable visual-line-mode
when we see it to reduce variance.
We already disable display-line-numbers-mode but apparently linum-mode needs deactivating also e60813e.
I'd like to use
visual-line-mode
to display the output - as well as avoidlinum-mode
being toggled on and off as I move in and out of the output cells. Turned out thatfundamental-mode
is being used for the output cells. And https://emacs.stackexchange.com/questions/16693/auto-enable-minor-modes-in-fundamental-mode suggests to avoid using fundamental mode. Can a different mode be used - say,text-mode
?