Always use pandoc for markdown export

Pandoc is the default for me.
This commit is contained in:
Daniel - 2020-12-20 17:25:01 +01:00
parent 5b7671ba7f
commit 6e23836a1d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -2916,7 +2916,7 @@ With given ARG, display files in `db/important-document-path."
:ensure t
:commands (markdown-mode)
:init (setq markdown-use-pandoc-style-yaml-metadata t
markdown-command "pandoc -f markdown -t html"))
markdown-command "pandoc"))
(use-package pdf-occur
:commands (pdf-occur-global-minor-mode))