mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
lang/org: move hugo config into +org-init-export-h
It doesn't warrant its own file under contrib.
This commit is contained in:
@ -382,6 +382,10 @@ file isn't in `org-directory'."
|
|||||||
(when (featurep! :lang markdown)
|
(when (featurep! :lang markdown)
|
||||||
(add-to-list 'org-export-backends 'md))
|
(add-to-list 'org-export-backends 'md))
|
||||||
|
|
||||||
|
(use-package! ox-hugo
|
||||||
|
:when (featurep! +hugo)
|
||||||
|
:after ox)
|
||||||
|
|
||||||
(use-package! ox-pandoc
|
(use-package! ox-pandoc
|
||||||
:when (featurep! +pandoc)
|
:when (featurep! +pandoc)
|
||||||
:when (executable-find "pandoc")
|
:when (executable-find "pandoc")
|
||||||
@ -880,7 +884,6 @@ compelling reason, so..."
|
|||||||
|
|
||||||
;;; Custom org modules
|
;;; Custom org modules
|
||||||
(if (featurep! +dragndrop) (load! "contrib/dragndrop"))
|
(if (featurep! +dragndrop) (load! "contrib/dragndrop"))
|
||||||
(if (featurep! +hugo) (load! "contrib/hugo"))
|
|
||||||
(if (featurep! +ipython) (load! "contrib/ipython"))
|
(if (featurep! +ipython) (load! "contrib/ipython"))
|
||||||
(if (featurep! +present) (load! "contrib/present"))
|
(if (featurep! +present) (load! "contrib/present"))
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
;;; +hugo.el --- ox-hugo support -*- lexical-binding: t; -*-
|
|
||||||
;;;###if (featurep! +hugo)
|
|
||||||
|
|
||||||
(use-package! ox-hugo
|
|
||||||
:after ox)
|
|
Reference in New Issue
Block a user