mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
7 lines
210 B
EmacsLisp
7 lines
210 B
EmacsLisp
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
|
;;; lang/markdown/doctor.el
|
|
|
|
(when (featurep! +pandoc)
|
|
(unless (executable-find "pandoc")
|
|
(warn! "Couldn't find pandoc, markdown-mode may have issues"))
|