Merge: recipe dep updates

This commit is contained in:
Noam Postavsky 2018-10-28 20:30:23 -04:00
commit 929c881cc5
3 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
:type git
:module "auctex"
:url "git://git.savannah.gnu.org/auctex.git"
:depends s
:build `(("./autogen.sh")
("./configure"
"--without-texmf-dir"

View File

@ -1,5 +1,5 @@
(:name fold-dwim
:website "https://github.com/emacsmirror/fold-dwim"
:description "Unified user interface for Emacs folding mode"
:type github
:pkgname "emacsmirror/fold-dwim")
:type http
:url "http://community.dur.ac.uk/p.j.heslin/Software/Emacs/Download/fold-dwim.el.txt"
:localname "fold-dwim.el")

View File

@ -3,4 +3,4 @@
:description "org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it."
:type github
:pkgname "jkitchin/org-ref"
:depends (dash f helm helm-bibtex hydra key-chord pdf-tools s swiper))
:depends (dash f helm helm-bibtex htmlize hydra key-chord pdf-tools s swiper))