feat(language/markdown): add vmd-mode to preview markdown via vmd

This commit is contained in:
2022-03-14 18:16:40 +00:00
parent dbe14e827e
commit 0b7ecb91a2
2 changed files with 4 additions and 0 deletions

View File

@@ -69,5 +69,8 @@
(use-package poly-markdown
:ensure t)
(use-package vmd-mode
:defer t)
(provide 'siren-markdown)
;;; siren-markdown.el ends here