Add GraphViz config

This commit is contained in:
Camden Dixie O'Brien 2023-06-07 11:39:11 +01:00
parent 81c2516e34
commit 72e4f8d0f1

View File

@ -1336,6 +1336,15 @@
(car (process-lines "pass" "openai/api-key")))) (car (process-lines "pass" "openai/api-key"))))
#+end_src #+end_src
** GraphViz
The =graphviz-dot-mode= package provides some integration for the
GraphViz suite of tools, and a mode for the 'dot' language they
use:
#+begin_src emacs-lisp
(use-package graphviz-dot-mode)
#+end_src
* Backup and Autosave * Backup and Autosave
** Keep $PWD Tidy ** Keep $PWD Tidy
Emacs' default behaviour of dumping temporary files in the current Emacs' default behaviour of dumping temporary files in the current