From 6153ff67815ec44cd6409b1e1257ead59476bb7d Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 13 Sep 2022 08:26:14 -0400 Subject: Some markdown, general, and typescrip tthings --- lisp/markdown.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/markdown.el') 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 -- cgit v1.2.1