el-get/recipes/artbollocks-mode.rcp
2011-12-18 20:29:41 +02:00

10 lines
422 B
Plaintext

(: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)))