mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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:
@ -66,10 +66,3 @@ capture, the end position, and the output buffer.")
|
||||
"t" #'markdown-toc-generate-toc
|
||||
"i" #'markdown-insert-image
|
||||
"l" #'markdown-insert-link))))
|
||||
|
||||
|
||||
(def-package! pandoc-mode
|
||||
:when (featurep! +pandoc)
|
||||
:commands pandoc-mode
|
||||
:hook (markdown-mode . conditionally-turn-on-pandoc)
|
||||
:init (setq markdown-command "pandoc --from=markdown --to=html --standalone --mathjax --highlight-style=pygments"))
|
||||
|
Reference in New Issue
Block a user