added rudimentary support for markdown compilation via pandoc

This commit is contained in:
Patrick Elliott 2018-06-22 13:47:28 +02:00
parent c99a02fa53
commit 5f5732b95b
2 changed files with 14 additions and 0 deletions

View file

@ -4,3 +4,7 @@
(package! markdown-mode)
(package! markdown-toc)
(when (featurep! +pandoc)
(package! pandoc-mode))