Merge pull request #331 from jglee1027/eb6171d0bcdb5f8a434c07f18b815b6e486ed5c2

Add simplenote recipe
This commit is contained in:
Dimitri Fontaine 2011-08-14 09:52:06 -07:00
commit e1a81937e5

10
recipes/simplenote.el Normal file
View File

@ -0,0 +1,10 @@
(:name simplenote
:website "https://github.com/cefstat/simplenote.el#readme"
:description "Helper functions for simple-note.appspot.com"
:type git
:url "https://github.com/cefstat/simplenote.el.git"
:features simplenote
:load "simplenote.el"
:compile "simplenote.el"
:post-init (lambda ()
(simplenote-setup)))