diff --git a/SPECS/gnuplot-5.2.4-clean.tar.gz b/SPECS/gnuplot-5.2.4-clean.tar.gz new file mode 100644 index 0000000..b87e70f Binary files /dev/null and b/SPECS/gnuplot-5.2.4-clean.tar.gz differ diff --git a/SPECS/gnuplot-init.el b/SPECS/gnuplot-init.el new file mode 100644 index 0000000..aebcebb --- /dev/null +++ b/SPECS/gnuplot-init.el @@ -0,0 +1,5 @@ +(autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t) +(autoload 'gnuplot-make-buffer "gnuplot" + "open a buffer in gnuplot-mode" t) +(setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode)) + auto-mode-alist))