mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Visualization tools!
This commit is contained in:
parent
74aa7d4221
commit
73aa23fedd
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
elpa
2
elpa
|
|
@ -1 +1 @@
|
|||
Subproject commit 08be23f8d36845338b5430e25e52641dd2b01210
|
||||
Subproject commit 3e70c8299c0a9107c0b929bd22eb3c91aded3605
|
||||
Loading…
Reference in a new issue