[emacs] Configure graphviz-dot-mode

This commit is contained in:
Correl Roush 2015-01-29 23:06:06 -05:00
parent ec81128ffc
commit 5077b0912e

View file

@ -454,6 +454,13 @@ A modern list api for Emacs. No 'cl required.
:ensure t :ensure t
:mode "^Dockerfile$") :mode "^Dockerfile$")
#+END_SRC #+END_SRC
** Graphviz
#+name: programming
#+BEGIN_SRC emacs-lisp
(use-package graphviz-dot-mode
:ensure t
:mode "\.dot$")
#+END_SRC
* Other functionality * Other functionality
** Disable tab indenting by default ** Disable tab indenting by default
#+name: other #+name: other