mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doctor: Fix error with markdown
This commit is contained in:
@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
(when (featurep! +pandoc)
|
(when (featurep! +pandoc)
|
||||||
(unless (executable-find "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