Add GraphViz config
This commit is contained in:
parent
81c2516e34
commit
72e4f8d0f1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user