Files
emacs/lisp/gnuplot/gnuplot-pkg.el
2025-02-26 20:16:44 +01:00

14 lines
474 B
EmacsLisp

(define-package "gnuplot" "20240914.1522" "Major-mode and interactive frontend for gnuplot"
'((emacs "25.1"))
:commit "235ba76c358d9db5b10f177552f5f8deeef74df5" :maintainers
'(("Maxime Tréca" . "maxime@gmail.com")
("Daniel Mendler" . "mail@daniel-mendler.de"))
:maintainer
'("Maxime Tréca" . "maxime@gmail.com")
:keywords
'("data" "gnuplot" "plotting")
:url "https://github.com/emacs-gnuplot/gnuplot")
;; Local Variables:
;; no-byte-compile: t
;; End: