Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created March 25, 2022 20:37
Show Gist options
  • Save airicbear/615f5040f3aea6b953b22e4dc679e465 to your computer and use it in GitHub Desktop.
Save airicbear/615f5040f3aea6b953b22e4dc679e465 to your computer and use it in GitHub Desktop.
Using Graphviz on Doom Emacs

Using GraphViz on Doom Emacs

Installation

Install graphviz:

brew install graphviz

Install graphviz-dot-mode:

  • In ~/.doom.d/packages.el:
(package! graphviz-dot-mode
  :recipe (:host github :repo "ppareit/graphviz-dot-mode"))
  • In ~/.doom.d/config.el:
(use-package! graphviz-dot-mode)

Useful commands

graphviz-dot-mode

graphviz-dot-preview (C-c C-p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment