New recipe: artbollock-mode

Art Bollocks Mode
This minor mode monitors your writing and highlights words or patterns
you may want to reconsider. It can detect repeated words which sometimes
slip past proof-reading. It has a list of common passive verbs, making
it easier for you to rewrite the sentences to use the active voice. It
detects weasel words like “many” and “surprisingly”. It even comes with
jargon catchers for art critics (“postmodern”, “ironic”, and so forth) –
hence artbollocks-mode.el.

For More Details
http://sachachua.com/blog/2011/12/emacs-artbollocks-mode-el-and-writing-more-clearly/

Link to the repository: https://github.com/sachac/artbollocks-mode

My association with the package: I just like it a lot. I opened an issue
to the maintainer, she said she would accept a pull request, here I
come.
- https://github.com/sachac/artbollocks-mode/issues/10
This commit is contained in:
Hubert Behaghel 2014-11-23 12:21:39 +00:00
parent 84690ba6b0
commit b35de7e9bb

2
recipes/artbollocks-mode Normal file
View file

@ -0,0 +1,2 @@
(artbollocks-mode :repo "sachac/artbollocks-mode"
:fetcher github)