dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

graphviz-dot-mode-pkg.el (486B)


      1 (define-package "graphviz-dot-mode" "0.4.2" "Mode for the dot-language used by graphviz (att)."
      2   '((emacs "25.0"))
      3   :commit "80b9c5e7f464c70cfa423e5ee3237581bc69d643" :maintainers
      4   '(("Pieter Pareit" . "pieter.pareit@gmail.com"))
      5   :maintainer
      6   '("Pieter Pareit" . "pieter.pareit@gmail.com")
      7   :keywords
      8   '("mode" "dot" "dot-language" "dotlanguage" "graphviz" "graphs" "att")
      9   :url "https://ppareit.github.io/graphviz-dot-mode/")
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: