lang/org: use emacsmirror for org-plus-contrib

This commit is contained in:
Henrik Lissner 2017-12-20 20:10:45 -05:00
parent 34c74d2d5c
commit 27a229ec9b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -5,7 +5,7 @@
;; this module requires). orgmode.org offers no secure access to this repo. If
;; this bothers you, comment out this `package!' block and download
;; org-plus-contrib from orgmode.org.
(package! org-plus-contrib :recipe (:fetcher git :url "http://orgmode.org/org-mode.git"))
(package! org-plus-contrib :recipe (:fetcher github :repo "emacsmirror/org" :files (:defaults "contrib/lisp/*.el")))
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
(package! toc-org)