Re: 9 billion backups
Bastien <[email protected]> Wed, 14 Jun 2006 01:22:56 +0100
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
"thomas knoll" <[email protected]> writes: > I prefer longlines mode over auto-fill mode, becuase I tend to move > my text in and out of various interfaces and do not need my lines > broken (wrapped) all over the place. Maybe you can bound `C-c F' (or some other key) to turn-off-auto-fill? ,---- | (global-set-key (kbd "C-c F") (lambda () | (interactive) (turn-off-auto-fill))) `---- No other idea for now... -- Bastien