Emacs – auto-fill for text buffers

By Rares Vernica

To activate auto-fill mode for all test mode buffers add this to .emacs:

(add-hook ‘text-mode-hook ‘turn-on-auto-fill)

Leave a Reply

You must be logged in to post a comment.