Home Gen322 @ 2024-09-22-17:35
This commit is contained in:
parent
78a5a3a114
commit
138600351b
@ -64,6 +64,7 @@
|
||||
arduino
|
||||
bat
|
||||
chromium
|
||||
drawio
|
||||
ffmpeg
|
||||
firefox
|
||||
fzf
|
||||
|
||||
@ -101,11 +101,13 @@
|
||||
("C-TAB" . 'copilot-accept-completion-by-word)
|
||||
("C-<tab>" . 'copilot-accept-completion-by-word)))
|
||||
|
||||
(add-hook! 'after-change-major-mode-hook #'undo-tree-mode)
|
||||
(after! undo-tree
|
||||
(global-undo-tree-mode)
|
||||
(setq undo-tree-auto-save-history t)
|
||||
(setq undo-tree-enable-undo-in-region nil)
|
||||
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))
|
||||
|
||||
|
||||
(after! markdown-mode
|
||||
(setq markdown-split-window-direction 'right)
|
||||
(setq markdown-command "pandoc -t html5 -f markdown_mmd --embed-resources --standalone --mathjax --quiet --highlight-style=zenburn")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user