From 73aa23fedda70c34b3b691d04e5c95dfca3687d4 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 18 Mar 2023 21:40:43 -0500 Subject: [PATCH] Visualization tools! --- config-ext.org | 7 +++++++ elpa | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config-ext.org b/config-ext.org index 0275baa..7a176d9 100644 --- a/config-ext.org +++ b/config-ext.org @@ -849,3 +849,10 @@ This is sort of implicit in the code, but I ;; (setq tramp-verbose 3) ;; (setq tramp-verbose 9) #+end_src +** Visualization tools +#+begin_src emacs-lisp + (use-package graphviz-dot-mode) + ;; TODO: There seems to be an issue with my face setup and svg + ;; rendering. + (use-package pair-tree) +#+end_src diff --git a/elpa b/elpa index 08be23f..3e70c82 160000 --- a/elpa +++ b/elpa @@ -1 +1 @@ -Subproject commit 08be23f8d36845338b5430e25e52641dd2b01210 +Subproject commit 3e70c8299c0a9107c0b929bd22eb3c91aded3605