Add recipe for aggressive-fill-paragraph package

An emacs minor-mode for keeping paragraphs filled in both comments and
prose.

Each time a space is inserted the current paragraph is refilled. Some
special behaviour is implemented in a few major modes where the default
fill-paragraph behaviour would affect code as well as comments.

The package repository is
[here](https://github.com/davidshepherd7/aggressive-fill-paragraph-mode).

I am the author of the package.
This commit is contained in:
David Shepherd 2015-01-21 13:42:52 +00:00
parent e43ae8aaa5
commit 5c5c5549a4

View file

@ -0,0 +1,2 @@
(aggressive-fill-paragraph :fetcher github
:repo "davidshepherd7/aggressive-fill-paragraph-mode")