Home Gen215 @ 2024-05-01-17:26

This commit is contained in:
Jonas Röger 2024-05-01 17:26:22 +02:00
parent 11dea87e33
commit a75fb322e1
2 changed files with 4 additions and 5 deletions

View File

@ -23,6 +23,7 @@
libtool
mlocate
nodejs
pandoc
python311Packages.grip
zstd
];

View File

@ -103,8 +103,6 @@
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))
(after! markdown
(setq markdown-split-window-direction 'right))
(add-hook! 'markdown-mode-hook
(map! :localleader
:desc "Live Preview" "p" #'markdown-live-preview-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))