lang/org: reformat packages.el

This commit is contained in:
Henrik Lissner 2019-10-25 20:29:00 -04:00
parent cf21cdc68c
commit 07067bd304
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,18 +6,18 @@
(when-let (orglib (locate-library "org" nil doom--initial-load-path)) (when-let (orglib (locate-library "org" nil doom--initial-load-path))
(setq load-path (delete (substring (file-name-directory orglib) 0 -1) (setq load-path (delete (substring (file-name-directory orglib) 0 -1)
load-path))) load-path)))
(package! org-plus-contrib) ; install cutting-edge version of org-mode (package! org-plus-contrib) ; install cutting-edge version of org-mode
(package! htmlize)
(package! org-bullets :recipe (:host github :repo "Kaligule/org-bullets")) (package! org-bullets :recipe (:host github :repo "Kaligule/org-bullets"))
(package! org-fancy-priorities) (package! org-fancy-priorities)
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
(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))
(package! htmlize)
(package! ox-clip)
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
(when (featurep! :tools magit) (when (featurep! :tools magit)
(package! orgit)) (package! orgit))
@ -49,7 +49,8 @@
(when (featurep! +pomodoro) (when (featurep! +pomodoro)
(package! org-pomodoro)) (package! org-pomodoro))
(when (featurep! +present) (when (featurep! +present)
(package! centered-window :recipe (:host github :repo "anler/centered-window-mode")) (package! centered-window
:recipe (:host github :repo "anler/centered-window-mode"))
(package! org-tree-slide) (package! org-tree-slide)
(package! org-re-reveal)) (package! org-re-reveal))
@ -57,6 +58,5 @@
(package! org-journal)) (package! org-journal))
(when (featurep! +hugo) (when (featurep! +hugo)
(package! ox-hugo :recipe (:host github (package! ox-hugo
:repo "kaushalmodi/ox-hugo" :recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
:nonrecursive t)))