Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purcell/unfill
- Owner: purcell
- Created: 2012-05-29T11:27:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:19:47.000Z (3 months ago)
- Last Synced: 2024-11-07T08:24:51.958Z (3 months ago)
- Language: Emacs Lisp
- Size: 24.4 KB
- Stars: 78
- Watchers: 4
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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)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/)