Home Gen215 @ 2024-05-01-17:26
This commit is contained in:
parent
11dea87e33
commit
a75fb322e1
@ -23,6 +23,7 @@
|
|||||||
libtool
|
libtool
|
||||||
mlocate
|
mlocate
|
||||||
nodejs
|
nodejs
|
||||||
|
pandoc
|
||||||
python311Packages.grip
|
python311Packages.grip
|
||||||
zstd
|
zstd
|
||||||
];
|
];
|
||||||
|
|||||||
@ -103,8 +103,6 @@
|
|||||||
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))
|
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))
|
||||||
|
|
||||||
(after! markdown
|
(after! markdown
|
||||||
(setq markdown-split-window-direction 'right))
|
(setq markdown-split-window-direction 'right)
|
||||||
|
(setq markdown-command "pandoc -t html5 -f markdown_mmd --self-contained --mathjax --quiet --highlight-style=zenburn")
|
||||||
(add-hook! 'markdown-mode-hook
|
(setq markdown-enable-math t))
|
||||||
(map! :localleader
|
|
||||||
:desc "Live Preview" "p" #'markdown-live-preview-mode))
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user