mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
(add-to-list 'org-export-backends 'md))
|
||||
|
||||
(use-package! ox-hugo
|
||||
:when (featurep! +hugo)
|
||||
:after ox)
|
||||
|
||||
(use-package! ox-pandoc
|
||||
:when (featurep! +pandoc)
|
||||
:when (executable-find "pandoc")
|
||||
@ -880,7 +884,6 @@ compelling reason, so..."
|
||||
|
||||
;;; Custom org modules
|
||||
(if (featurep! +dragndrop) (load! "contrib/dragndrop"))
|
||||
(if (featurep! +hugo) (load! "contrib/hugo"))
|
||||
(if (featurep! +ipython) (load! "contrib/ipython"))
|
||||
(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