Home Gen215 @ 2024-05-01-17:26
This commit is contained in:
parent
11dea87e33
commit
a75fb322e1
@ -23,6 +23,7 @@
|
||||
libtool
|
||||
mlocate
|
||||
nodejs
|
||||
pandoc
|
||||
python311Packages.grip
|
||||
zstd
|
||||
];
|
||||
|
||||
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user