dot add vim-ollama andn add graphviz dot lang

This commit is contained in:
2025-12-07 18:46:12 +02:00
3 changed files with 6 additions and 0 deletions

View File

@@ -607,6 +607,10 @@
(setq epa-pinentry-mode 'loopback)
;; projects and stuff
(setq projectile-project-search-path '("~/Code/"))
(after! org-babel
(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot))
(setq org-src-lang-modes (remove '("dot" . fundamental) org-src-lang-modes))
;; Setup xclip for wayland
(after! xclip
(setq xclip-program "wl-copy")