doomemacs/modules/lang/org/packages.el

38 lines
915 B
EmacsLisp
Raw Normal View History

2017-12-09 11:59:42 +08:00
;; -*- no-byte-compile: t; -*-
;;; lang/org/packages.el
;; Installs a cutting-edge version of org-mode
(package! org-plus-contrib)
2017-12-09 11:59:42 +08:00
(package! org-bullets :recipe (:fetcher github :repo "hlissner/org-bullets"))
(package! toc-org)
(when (featurep! +attach)
(package! org-download))
(when (featurep! +babel)
(package! ob-mongo)
(package! ob-redis)
(package! ob-sql-mode)
(package! ob-translate)
(when (featurep! :lang go)
(package! ob-go))
(when (featurep! :lang rust)
(package! ob-rust))
(when (featurep! :lang restclient)
(package! ob-restclient))
(when (featurep! :lang crystal)
(package! ob-crystal)))
2017-12-09 11:59:42 +08:00
(when (featurep! +export)
(package! ox-pandoc)
(package! htmlize))
2017-12-09 11:59:42 +08:00
(when (featurep! +present)
(package! centered-window :recipe (:fetcher github :repo "anler/centered-window-mode"))
2017-12-09 11:59:42 +08:00
(package! org-tree-slide)
(package! ox-reveal))
;; (when (featurep! +publish))