Next: , Previous: , Up: Miscellaneous  


Q5.0.16: I find auto-show-mode disconcerting. How do I turn it off?

auto-show-mode controls whether or not a horizontal scrollbar magically appears when a line is too long to be displayed. This is enabled by default. To turn it off, put the following in your init.el:

(setq auto-show-mode nil)
(setq-default auto-show-mode nil)