changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: ensure graphviz-dot-mode

changeset 675: 176715089769
parent 674: 11976903a3a3
child 676: ca09f470abb3
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 16:47:38 -0400
files: emacs/default.el
description: ensure graphviz-dot-mode
     1.1--- a/emacs/default.el	Tue Sep 24 15:37:16 2024 -0400
     1.2+++ b/emacs/default.el	Tue Sep 24 16:47:38 2024 -0400
     1.3@@ -366,6 +366,7 @@
     1.4 
     1.5 ;;; Graphviz
     1.6 (use-package graphviz-dot-mode
     1.7+  :ensure t
     1.8   :config
     1.9   (setq graphviz-dot-indent-width 2))
    1.10 ;;; Comments