add :compile and fix typo

This commit is contained in:
Eric Danan 2016-09-10 09:58:09 +02:00
parent 4105b42e75
commit 898b4fe725
2 changed files with 5 additions and 3 deletions

View File

@ -2,4 +2,5 @@
:type github
:description "A BibTeX bibliography manager based on Helm."
:pkgname "tmalsburg/helm-bibtex"
:depends (helm parsebib s dash f cl-lib biblio))
:depends (helm parsebib s dash f cl-lib biblio)
:compile ("bibtex-completion.el" "helm-bibtex.el"))

View File

@ -1,5 +1,6 @@
(:name helm-bibtex
(:name ivy-bibtex
:type github
:description "A BibTeX bibliography manager based on Ivy."
:pkgname "tmalsburg/helm-bibtex"
:depends (swiper parsebib s dash f cl-lib biblio))
:depends (swiper parsebib s dash f cl-lib biblio)
:compile ("bibtex-completion.el" "ivy-bibtex.el"))