mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 11:09:29 +00:00
[emacs] Default to a shorter indentation width for graphviz
This commit is contained in:
parent
d061d2927d
commit
481bc7de89
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue