mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -1,8 +1,14 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/org/packages.el
|
;;; 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-download)
|
||||||
|
(package! org-bullets)
|
||||||
(package! ob-go)
|
(package! ob-go)
|
||||||
(package! ob-mongo)
|
(package! ob-mongo)
|
||||||
(package! ob-redis)
|
(package! ob-redis)
|
||||||
|
Reference in New Issue
Block a user