From 0d331c1e704c39386a306a9ed06602b3dee88d8e Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Tue, 15 Aug 2023 12:48:13 +0200
Subject: emacs: Add ‘graphviz-dot-mode’
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .config/emacs/config.org | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to '.config/emacs')

diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 55b4dd5..13647ee 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -574,6 +574,7 @@ with a custom function that reads a list of mode-specific indentation settings.
     '((c-mode :width 8 :extra-vars (c-basic-offset))
       (css-mode :extra-vars (css-indent-offset))
       (emacs-lisp-mode :spaces t)
+      (graphviz-dot-mode :extra-vars (graphviz-dot-indent-width))
       (lisp-mode :spaces t)
       (org-mode :spaces t)
       (python-mode :width 4 :spaces nil :extra-vars (python-indent-offset))
@@ -974,8 +975,9 @@ Some modes aren’t installed by default with Emacs, so let’s fetch them
 
 #+BEGIN_SRC elisp
 
-  (use-package markdown-mode)
   (use-package git-modes)
+  (use-package graphviz-dot-mode)
+  (use-package markdown-mode)
 
 #+END_SRC
 
-- 
cgit v1.2.3