aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-lang.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-lang.el b/.emacs.d/lisp/init-lang.el
index 514cd0f..cc5b105 100644
--- a/.emacs.d/lisp/init-lang.el
+++ b/.emacs.d/lisp/init-lang.el
@@ -12,7 +12,7 @@
:init
(evil-define-key 'normal markdown-mode-map
(kbd "<RET>") 'markdown-follow-link-at-point)
- (setq markdown-command "multimarkdown"))
+ (setq markdown-command '("pandoc" "--from=markdown" "--to=html5")))
(use-package go-mode
:ensure t