Add graphviz
This commit is contained in:
20
modules/init-graphviz.el
Normal file
20
modules/init-graphviz.el
Normal file
@@ -0,0 +1,20 @@
|
||||
;;; init-graphviz.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Graphviz Mode
|
||||
;;----------------------------------------------------------------------------
|
||||
|
||||
(use-package graphviz-dot-mode
|
||||
:pin "MELPA"
|
||||
:ensure t
|
||||
:config
|
||||
(setq graphviz-dot-indent-width 4))
|
||||
|
||||
(provide 'init-graphviz)
|
||||
|
||||
;; End:
|
||||
;;; init-graphviz.el ends here
|
||||
Reference in New Issue
Block a user