Merge branch 'main' of github.com:jroeger23/.nixos

This commit is contained in:
Jonas Röger
2025-03-17 13:04:24 +01:00
19 changed files with 289 additions and 73 deletions

View File

@@ -101,13 +101,6 @@
("C-TAB" . 'copilot-accept-completion-by-word)
("C-<tab>" . 'copilot-accept-completion-by-word)))
(add-hook! 'prog-mode-hook #'undo-tree-mode)
(after! undo-tree
(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")
@@ -122,7 +115,7 @@
:config
(setq graphviz-dot-indent-width 4))
(after! latex
(after! auctex
(add-hook! 'LaTeX-mode-hook 'lsp)
(map! :map LaTeX-mode-map
:localleader