From b35de7e9bbd668645226d7e291a2d97f3ddb4e9c Mon Sep 17 00:00:00 2001 From: Hubert Behaghel Date: Sun, 23 Nov 2014 12:21:39 +0000 Subject: [PATCH] New recipe: artbollock-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes/artbollocks-mode | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/artbollocks-mode diff --git a/recipes/artbollocks-mode b/recipes/artbollocks-mode new file mode 100644 index 00000000..f147fdb1 --- /dev/null +++ b/recipes/artbollocks-mode @@ -0,0 +1,2 @@ +(artbollocks-mode :repo "sachac/artbollocks-mode" + :fetcher github)