el-get/recipes/simplenote2.rcp

9 lines
311 B
Plaintext
Raw Normal View History

2015-04-05 09:24:55 +08:00
(:name simplenote2
:website "https://github.com/alpha22jp/simplenote2.el#readme"
:description "A new version of emacs helper to interact with Simplenote"
:depends (request)
:type github
:pkgname "alpha22jp/simplenote2.el"
2015-04-09 09:14:31 +08:00
:post-init (simplenote2-setup)
:lazy t)