feat(exports): Add pandoc exporting to org-mode and markdown-mode

This commit is contained in:
2020-03-17 01:55:32 +00:00
parent faa82907d9
commit 07521a1e71
5 changed files with 53 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
;;; siren-pandoc.el --- jimeh's Emacs Siren: pandoc-mode configuration.
;;; Commentary:
;; Basic configuration for pandoc-mode.
;;; Code:
(use-package pandoc-mode
:hook
(markdown-mode . pandoc-mode))
(provide 'siren-pandoc)
;;; siren-pandoc.el ends here