Add artbollocks recipe

This commit is contained in:
Natan Yellin 2011-12-18 20:29:41 +02:00
parent 7a0184a898
commit b13e206bf2

View File

@ -0,0 +1,9 @@
(:name artbollocks-mode
:type http
:website "http://code.google.com/p/ac-math/"
:description "A minor mode to guide art writers"
:url "https://gitorious.org/robmyers/scripts/blobs/raw/master/artbollocks-mode.el"
:features artbollocks-mode
:post-init (lambda ()
(add-hook 'text-mode-hook 'turn-on-artbollocks-mode)
(add-hook 'org-mode-hook 'turn-on-artbollocks-mode)))