From e54bf110da62cecc35702d6b87cf7f1fb7d04b77 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 14 Jun 2021 11:44:08 +0200 Subject: [PATCH] Add graphviz --- files/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/init.el b/files/init.el index 58d82cf..cd9e209 100644 --- a/files/init.el +++ b/files/init.el @@ -463,6 +463,12 @@ (haskell-mode . lsp) (haskell-literate-mode . lsp)) +;; Graphs +(use-package graphviz-dot-mode + :ensure t + :config + (setq graphviz-dot-indent-width 4)) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.