lang/org: reformat packages.el
This commit is contained in:
parent
8d112fdca8
commit
d2d079877c
1 changed files with 18 additions and 17 deletions
|
@ -14,12 +14,29 @@
|
||||||
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
||||||
(package! ox-clip)
|
(package! ox-clip)
|
||||||
(package! toc-org)
|
(package! toc-org)
|
||||||
|
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))
|
(package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))
|
||||||
(when (featurep! :tools pdf)
|
(when (featurep! :tools pdf)
|
||||||
(package! org-pdfview))
|
(package! org-pdfview))
|
||||||
(when (featurep! :tools magit)
|
(when (featurep! :tools magit)
|
||||||
(package! orgit))
|
(package! orgit))
|
||||||
|
(when (featurep! +dragndrop)
|
||||||
|
(package! org-download))
|
||||||
|
(when (featurep! +gnuplot)
|
||||||
|
(package! gnuplot)
|
||||||
|
(package! gnuplot-mode))
|
||||||
|
(when (featurep! +ipython)
|
||||||
|
(package! ob-ipython))
|
||||||
|
(when (featurep! +pomodoro)
|
||||||
|
(package! org-pomodoro))
|
||||||
|
(when (featurep! +present)
|
||||||
|
(package! centered-window
|
||||||
|
:recipe (:host github :repo "anler/centered-window-mode"))
|
||||||
|
(package! org-tree-slide)
|
||||||
|
(package! org-re-reveal))
|
||||||
|
(when (featurep! +journal)
|
||||||
|
(package! org-journal))
|
||||||
|
|
||||||
;;; Babel
|
;;; Babel
|
||||||
(package! ob-async)
|
(package! ob-async)
|
||||||
|
@ -36,25 +53,9 @@
|
||||||
(when (featurep! :lang rust)
|
(when (featurep! :lang rust)
|
||||||
(package! ob-rust))
|
(package! ob-rust))
|
||||||
|
|
||||||
;;; Modules
|
;;; Export
|
||||||
(when (featurep! +dragndrop)
|
|
||||||
(package! org-download))
|
|
||||||
(when (featurep! +gnuplot)
|
|
||||||
(package! gnuplot)
|
|
||||||
(package! gnuplot-mode))
|
|
||||||
(when (featurep! +ipython)
|
|
||||||
(package! ob-ipython))
|
|
||||||
(when (featurep! +pandoc)
|
(when (featurep! +pandoc)
|
||||||
(package! ox-pandoc))
|
(package! ox-pandoc))
|
||||||
(when (featurep! +pomodoro)
|
|
||||||
(package! org-pomodoro))
|
|
||||||
(when (featurep! +present)
|
|
||||||
(package! centered-window
|
|
||||||
:recipe (:host github :repo "anler/centered-window-mode"))
|
|
||||||
(package! org-tree-slide)
|
|
||||||
(package! org-re-reveal))
|
|
||||||
(when (featurep! +journal)
|
|
||||||
(package! org-journal))
|
|
||||||
(when (featurep! +hugo)
|
(when (featurep! +hugo)
|
||||||
(package! ox-hugo
|
(package! ox-hugo
|
||||||
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
|
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue