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))
|
||||
|
||||
(use-package! ox-pandoc
|
||||
:when (and (featurep! +pandoc)
|
||||
(executable-find "pandoc"))
|
||||
:when (featurep! +pandoc)
|
||||
:when (executable-find "pandoc")
|
||||
:after ox
|
||||
:init
|
||||
(add-to-list 'org-export-backends 'pandoc)
|
||||
|
Reference in New Issue
Block a user