add dependencies to existing recipes

This commit is contained in:
Alex Ott 2018-02-05 10:07:21 +01:00
parent 19b6c26214
commit f072ae11b9
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,6 @@
:type github
:description "Magit interfaces for GitHub."
:pkgname "vermiculus/magithub"
:depends (ghub+ magit s)
:depends (ghub+ magit s markdown-mode)
:features magithub
:post-init (magithub-feature-autoinject t))

View File

@ -1,6 +1,7 @@
(:name swiper
:description "Gives you an overview as you search for a regex."
:type github
:depends (cl-lib)
:pkgname "abo-abo/swiper"
:build `(("make" ,(format "emacs=%s" el-get-emacs) "compile")
("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))