mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
e43ae8aaa5
commit
5c5c5549a4
1 changed files with 2 additions and 0 deletions
2
recipes/aggressive-fill-paragraph
Normal file
2
recipes/aggressive-fill-paragraph
Normal file
|
@ -0,0 +1,2 @@
|
|||
(aggressive-fill-paragraph :fetcher github
|
||||
:repo "davidshepherd7/aggressive-fill-paragraph-mode")
|
Loading…
Reference in a new issue