Skip to content

Instantly share code, notes, and snippets.

@andiogenes
Created August 23, 2022 08:49
Show Gist options
  • Save andiogenes/3e20cfc90126db02cb4eb7111ea3efbe to your computer and use it in GitHub Desktop.
Save andiogenes/3e20cfc90126db02cb4eb7111ea3efbe to your computer and use it in GitHub Desktop.
(defun graphviz-on-buffer ()
(interactive)
(shell-command-on-region (point-min) (point-max) "dot -Txlib"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment