lang/org: get org-plus-contrib from git repo

This is insecure, but necessary if we want Org v9.0
This commit is contained in:
Henrik Lissner 2017-05-19 22:28:19 +02:00
parent e678d13ed6
commit 0875aab7f0

View File

@ -1,8 +1,14 @@
;; -*- no-byte-compile: t; -*-
;;; lang/org/packages.el
(package! org-plus-contrib :pin "org")
;; NOTE This is an insecure source, but unavoidable if we want org 9.0+.
;; 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-download)
(package! org-bullets)
(package! ob-go)
(package! ob-mongo)
(package! ob-redis)