aggressive-fill-paragraph-mode
aggressive-fill-paragraph-mode copied to clipboard
An emacs minor-mode for keeping paragraphs filled (in both comments and prose)
Maybe this is enough to close #28
Is it really needed to (require 'org)? Seems that all the functionality that calls org-functions are inside a test for when org-mode is enabled...
A package's description should highlight how it relates to other similar features. In this case, for example, I can't quite see how it compares to `refill-mode` (bundled with Emacs), except...
I discovered aggressive-fill-mode recently and was delighted to find it existed - I've wished it was around for years. I have some prototypical work in my .emacs.d that lets you...
From https://github.com/NateEag/.emacs.d/blob/master/todo.txt > -Suppress aggressive-fill-paragraph-mode while directly above or below markdown code blocks. > -Make aggressive-fill-paragraph-mode suppress auto-fill in markdown-mode code > blocks. I thought it was supposed to, but...
e.g. don't fill ``` // a title line // // some more text ```
This has turned out to be quite hard, so I need to try again later. Useful links: - http://emacs.stackexchange.com/a/9449/237 - http://stackoverflow.com/questions/15176496/filling-markdown-style-list-items-with-hanging-indentation-in-emacs Scratch code: ``` (defun my-adaptive-fill-function () "Return prefix for...
Namespacing with ´afp´ is bad. Namespacing with the full name is too long.