mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
lang/markdown: remove +pandoc
The new default for markdown-command will try pandoc, if it is available. This makes pandoc-mode redundant. The mode also doesn't quite belong to the markdown module.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
;; -*- 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")))
|
||||
|
||||
(when (require 'markdown-mode nil t)
|
||||
(cond ((eq markdown-command #'+markdown-compile)
|
||||
(dolist (cmd (list (cons "marked" '+markdown-compile-marked)
|
||||
|
Reference in New Issue
Block a user