summaryrefslogtreecommitdiff
path: root/lisp/markdown.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-09-13 08:26:14 -0400
committermattkae <mattkae@protonmail.com>2022-09-13 08:26:14 -0400
commit6153ff67815ec44cd6409b1e1257ead59476bb7d (patch)
tree3d6ad77c43051106b3213be013efef9ce3a8663a /lisp/markdown.el
parentba3e1638f5cf2fdd58273fe844afcd4a55cf54ca (diff)
Some markdown, general, and typescrip tthings
Diffstat (limited to 'lisp/markdown.el')
-rw-r--r--lisp/markdown.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/markdown.el b/lisp/markdown.el
index 97e5b92..0523913 100644
--- a/lisp/markdown.el
+++ b/lisp/markdown.el
@@ -8,7 +8,7 @@
:mode (("README\\.md\\'" . gfm-mode)
("\\.md\\'" . markdown-mode)
("\\.markdown\\'" . markdown-mode))
- :init (setq markdown-command "multimarkdown"))
+ :init (setq markdown-command "pandoc"))
(provide 'markdown)
;;; markdown.el ends here