unfill

https://github.com/purcell/unfill.git

git clone 'git://github.com/purcell/unfill.git'
5

Melpa Status Melpa Stable Status Travis build status

unfill

Functions providing the inverse of Emacs' fill-paragraph and fill-region

Installation

Preferred method: install from Marmalade or Melpa.

Otherwise:

(add-to-list 'load-path "/dir/containing/unfill")
(require 'unfill)

Usage

M-x unfill-region
M-x unfill-paragraph
M-x toggle-fill-unfill

Steve Purcell's blog // @sanityinc on Twitter