From 85e3826206c6340e2d22fe4a13c4e76ad15460ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 1 May 2024 17:35:10 +0200 Subject: [PATCH] Home Gen216 @ 2024-05-01-17:35 --- home/jonas/static/doom-config/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))