doomemacs/modules/lang/org/packages.el

48 lines
1.2 KiB
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)
(package! org :ignore t) ; ignore org from ELPA
2017-12-09 11:59:42 +08:00
(package! org-bullets :recipe (:fetcher github :repo "Kaligule/org-bullets"))
2017-12-09 11:59:42 +08:00
(package! toc-org)
(when (featurep! :feature evil)
(package! evil-org))
2017-12-09 11:59:42 +08:00
(when (featurep! +attach)
(package! org-download))
(when (featurep! +babel)
(package! ob-mongo)
(package! ob-sql-mode)
(package! ob-translate)
(when (featurep! +ipython)
(package! ob-ipython))
2018-05-08 22:50:12 +08:00
(when (featurep! :lang nim)
(package! ob-nim))
2018-02-11 15:57:46 +08:00
(when (featurep! :lang crystal)
(package! ob-crystal))
(when (featurep! :lang go)
(package! ob-go))
(when (featurep! :lang rust)
(package! ob-rust))
(when (featurep! :lang rest)
(package! ob-restclient))
(when (featurep! :lang racket)
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket"))))
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))