Emacs: kramdown -> multimarkdown as markdown command

This commit is contained in:
Marcel Kapfer 2018-02-23 09:55:15 +01:00
parent 1e27bf2dbb
commit ff2a577e5b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@
:mode (("README\\.md\\'" . markdown-mode)
("\\.md\\'" . markdown-mode)
("\\.markdown\\'" . markdown-mode))
:init (setq markdown-command "multimarkdown"))
:init (setq markdown-command "kramdown"))
;; markdown-preview-mode
;; markdown realtime preview minor mode