Home Gen216 @ 2024-05-01-17:35

This commit is contained in:
Jonas Röger 2024-05-01 17:35:10 +02:00
parent b4ea484ca0
commit 85e3826206

View File

@ -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))