After quite a bit of experimentation, I think I like:
(setq truncate-lines nil) (setq word-wrap t)
for editing text but
(setq truncate-lines t) (setq word-wrap nil)
for programming.
In all modes, I like:
(setq fill-column 80)
so that I can use Mq
and Cu Mq
to translate the text into 80 columns, but also found that I do not like the auto-fill
mode and will never want it to be turned on.
I am also not so addicted to visual-line-mode
(or at least a bit that is not word-wrap
)
Is there some kind of spell that I can put in my .emacs
file that will make me happy?
I am happy to be happy: "all this just does what I want, and I no longer need to think about it."
source share