el-get/recipes/simplenote.el
Lee Jong Gyu eb6171d0bc Add simplenote recipe
Helper functions for simple-note.appspot.com
2011-07-18 17:09:02 +09:00

11 lines
389 B
EmacsLisp

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