Home Gen218 @ 2024-05-01-17:45

This commit is contained in:
Jonas Röger 2024-05-01 17:46:49 +02:00
parent 67946bcbda
commit f21d37c460
2 changed files with 3 additions and 0 deletions

View File

@ -106,3 +106,5 @@
(setq markdown-split-window-direction 'right)
(setq markdown-command "pandoc -t html5 -f markdown_mmd --embed-resources --standalone --mathjax --quiet --highlight-style=zenburn")
(setq markdown-enable-math t))
(add-hook! 'markdown-mode-hook 'pandoc-mode)

View File

@ -61,3 +61,4 @@
(package! undo-tree)
(package! pdf-tools)
(package! eww)
(package! pandoc-mode)