Skip to content

luxbock/graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

graphviz layer

img/graphviz.png

Table of Contents

Description

This contains a forked version of graphviz-dot-mode that enables a live-reload type work flow for editing `.dot` files. When live-preview is enabled, saving the file will automatically trigger a compilation and reload of the image buffer associated with the file.

If the live preview is not always updating the rendered image properly, you can try to adjust the value of graphviz-dot-revert-delay higher to give the compiler more time to finish generating the file before reverting the buffer.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(graphviz))

Key bindings

Key BindingDescription
<SPC> tToggle live-preview
<SPC> cSet compile command and compile file
<SPC> pPreview file
<SPC> ,Preview file

About

Graphviz layer for Spacemacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published