[Emacs] Add graphviz/dot mode

This commit is contained in:
Lucien Cartier-Tilet 2021-10-07 18:32:36 +02:00
parent 4763c03d9f
commit a6a4c4950f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 14 additions and 0 deletions

View File

@ -4098,6 +4098,20 @@ language [[http://www.gnuplot.info/][Gnuplot]]. Lets make some beautiful grap
:defer t)
#+end_src
**** Graphviz
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLs-Graphviz-zifi28c1e8j0
:END:
[[https://graphviz.org/][Graphviz]], often known with ~dot~, allows to programatically create
visual graphs and networks.
#+begin_src emacs-lisp
(use-package graphviz-dot-mode
:straight (:build t)
:defer t
:config
(setq graphviz-dot-indent-width 4))
#+end_src
**** Nginx
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Programming-languages-DSLs-Nginxjiz5fl6184j0