add graphviz to doom

This commit is contained in:
Jonas Röger
2025-03-17 12:59:09 +01:00
parent 68b8d8ae75
commit a37ccbe66c
3 changed files with 7 additions and 0 deletions

View File

@@ -117,6 +117,11 @@
(require 'dap-cpptools)
(use-package! graphviz-dot-mode
:ensure t
:config
(setq graphviz-dot-indent-width 4))
(after! latex
(add-hook! 'LaTeX-mode-hook 'lsp)
(map! :map LaTeX-mode-map