diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 731f012..f42faa1 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -102,7 +102,7 @@ (setq undo-tree-auto-save-history t) (setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo")))) -(after! markdown +(after! markdown-mode (setq markdown-split-window-direction 'right) (setq markdown-command "pandoc -t html5 -f markdown_mmd --self-contained --mathjax --quiet --highlight-style=zenburn") (setq markdown-enable-math t))