Merge pull request #725 from HaoZeke/fixmdDoc
doctor: Fix error with markdown
This commit is contained in:
commit
e3519e82bf
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue