Graphviz .gz conflicts with gzip'd files

This commit is contained in:
TEC 2022-06-12 15:06:06 +08:00
parent 9446329f55
commit 531c856cdb
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -10608,7 +10608,7 @@ Graphviz is a nice method of visualising simple graphs, based on plaintext
#+begin_src emacs-lisp
(use-package! graphviz-dot-mode
:commands graphviz-dot-mode
:mode ("\\.dot\\'" "\\.gz\\'")
:mode ("\\.dot\\'" . graphviz-dot-mode)
:init
(after! org
(setcdr (assoc "dot" org-src-lang-modes)