Next: , Previous: , Up: Customisation  


Q3.5.2: How can I stop down-arrow from adding empty lines to the bottom of my buffers?

Add the following line to your init.el file:

(setq next-line-add-newlines nil)

This has been the default setting in SXEmacs for some time.