[emacs] Default to a shorter indentation width for graphviz

This commit is contained in:
Correl Roush 2018-04-16 15:05:41 -04:00
parent d061d2927d
commit 481bc7de89

View file

@ -443,7 +443,9 @@ Configure jedi and company-mode to provide auto-completion for python.
#+BEGIN_SRC emacs-lisp
(use-package graphviz-dot-mode
:ensure t
:mode "\.dot$")
:mode "\.dot$"
:config
(setq graphviz-dot-indent-width 2))
#+END_SRC
*** Gnuplot
#+name: programming