Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purcell/unfill

Functions providing the inverse of Emacs' fill-paragraph and fill-region
https://github.com/purcell/unfill

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Melpa Status](http://melpa.org/packages/unfill-badge.svg)](http://melpa.org/#/unfill)
[![Melpa Stable Status](http://stable.melpa.org/packages/unfill-badge.svg)](http://stable.melpa.org/#/unfill)
[![Build Status](https://github.com/purcell/unfill/actions/workflows/test.yml/badge.svg)](https://github.com/purcell/unfill/actions/workflows/test.yml)
Support me

unfill
======

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

### Installation

Preferred method: install from [MELPA](http://melpa.org/).

Otherwise:

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

### Usage

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


Author links:

[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)

[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)

[✍ sanityinc.com](http://www.sanityinc.com/)