2017-02-19 19:01:47 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-20 10:32:11 -05:00
|
|
|
;;; lang/org/packages.el
|
2017-02-19 19:01:47 -05:00
|
|
|
|
2017-05-19 22:28:19 +02:00
|
|
|
;; 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,
|
2017-05-25 20:11:24 +02:00
|
|
|
;; comment out this `package!' block and download org-plus-contrib from
|
2017-05-19 22:28:19 +02:00
|
|
|
;; orgmode.org.
|
|
|
|
(package! org-plus-contrib :recipe (:fetcher git :url "http://orgmode.org/org-mode.git"))
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! org-download)
|
2017-05-19 22:28:19 +02:00
|
|
|
(package! org-bullets)
|
2017-04-10 01:11:29 -04:00
|
|
|
(package! ob-go)
|
|
|
|
(package! ob-mongo)
|
|
|
|
(package! ob-redis)
|
|
|
|
(package! ob-restclient)
|
2017-04-11 08:29:38 -04:00
|
|
|
(package! ob-rust :recipe (:fetcher github :repo "zweifisch/ob-rust"))
|
2017-04-10 01:11:29 -04:00
|
|
|
(package! ob-sql-mode)
|
|
|
|
(package! ob-translate)
|
2017-02-23 00:06:12 -05:00
|
|
|
;; (package! ox-pandox)
|