doctor: Fix error with markdown
This commit is contained in:
parent
c8de34fb55
commit
595d9e593c
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