mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #725 from HaoZeke/fixmdDoc
doctor: Fix error with markdown
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
|
||||
(when (featurep! +pandoc)
|
||||
(unless (executable-find "pandoc")
|
||||
(warn! "Couldn't find pandoc, markdown-mode may have issues"))
|
||||
(warn! "Couldn't find pandoc, markdown-mode may have issues")))
|
||||
|
Reference in New Issue
Block a user