integrate emacs with sqlite database

This commit is contained in:
Masahiro Hayashi 2014-01-05 21:07:43 +09:00
parent 82143a8c43
commit 329a449680
2 changed files with 8 additions and 0 deletions

4
recipes/esqlite Normal file
View file

@ -0,0 +1,4 @@
(esqlite
:fetcher github
:repo "mhayashi1120/Emacs-esqlite"
:files ("esqlite.el"))

4
recipes/esqlite-helm Normal file
View file

@ -0,0 +1,4 @@
(esqlite-helm
:fetcher github
:repo "mhayashi1120/Emacs-esqlite"
:files ("esqlite-helm.el"))