https://github.com/purcell/unfill
Functions providing the inverse of Emacs' fill-paragraph and fill-region
https://github.com/purcell/unfill
Last synced: 25 days ago
JSON representation
Functions providing the inverse of Emacs' fill-paragraph and fill-region
- Host: GitHub
- URL: https://github.com/purcell/unfill
- Owner: purcell
- Created: 2012-05-29T11:27:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T22:56:54.000Z (3 months ago)
- Last Synced: 2025-04-02T13:06:46.457Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 26.4 KB
- Stars: 78
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](http://melpa.org/#/unfill)
[](http://stable.melpa.org/#/unfill)
[](https://github.com/purcell/unfill/actions/workflows/test.yml)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/)