From 3bd618a4f50fca06670f1aaf6f8e10ffd3e9a885 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 21 2020 08:21:19 +0000 Subject: Add sources defined in the spec file --- 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))