mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: split compound condition into two :when's
This commit is contained in:
@ -383,8 +383,8 @@ file isn't in `org-directory'."
|
|||||||
(add-to-list 'org-export-backends 'md))
|
(add-to-list 'org-export-backends 'md))
|
||||||
|
|
||||||
(use-package! ox-pandoc
|
(use-package! ox-pandoc
|
||||||
:when (and (featurep! +pandoc)
|
:when (featurep! +pandoc)
|
||||||
(executable-find "pandoc"))
|
:when (executable-find "pandoc")
|
||||||
:after ox
|
:after ox
|
||||||
:init
|
:init
|
||||||
(add-to-list 'org-export-backends 'pandoc)
|
(add-to-list 'org-export-backends 'pandoc)
|
||||||
|
Reference in New Issue
Block a user