diff --git a/vimfiles.stefan/after/ftplugin/markdown.vim b/vimfiles.stefan/after/ftplugin/markdown.vim new file mode 100644 index 0000000..4d6dfd5 --- /dev/null +++ b/vimfiles.stefan/after/ftplugin/markdown.vim @@ -0,0 +1,2 @@ +command! Make execute('!pandoc -s -t beamer --filter=mermaid-filter -H toptica-style.tex -o %:r.pdf %') +set spell