mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Configure graphviz-dot-mode
This commit is contained in:
parent
ec81128ffc
commit
5077b0912e
1 changed files with 7 additions and 0 deletions
|
@ -454,6 +454,13 @@ A modern list api for Emacs. No 'cl required.
|
|||
:ensure t
|
||||
:mode "^Dockerfile$")
|
||||
#+END_SRC
|
||||
** Graphviz
|
||||
#+name: programming
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package graphviz-dot-mode
|
||||
:ensure t
|
||||
:mode "\.dot$")
|
||||
#+END_SRC
|
||||
* Other functionality
|
||||
** Disable tab indenting by default
|
||||
#+name: other
|
||||
|
|
Loading…
Reference in a new issue