Variable: longlines-auto-wrap
longlines-auto-wrap is a customizable variable defined in
longlines.el.gz.
Value
t
Documentation
Non-nil means long lines are automatically wrapped after each command.
Otherwise, you can perform filling using fill-paragraph or
auto-fill-mode. In any case, the soft newlines will be removed
when the file is saved to disk.
Probably introduced at or before Emacs version 22.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/longlines.el.gz
(defcustom longlines-auto-wrap t
"Non-nil means long lines are automatically wrapped after each command.
Otherwise, you can perform filling using `fill-paragraph' or
`auto-fill-mode'. In any case, the soft newlines will be removed
when the file is saved to disk."
:type 'boolean)