From 95eb49d4f480eaa816e877de517e28cc4df3c18c Mon Sep 17 00:00:00 2001 From: Emanuel Evans Date: Sat, 14 Apr 2012 15:12:04 -0400 Subject: [PATCH] Add recipe for gnuplot-mode --- recipes/gnuplot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/gnuplot diff --git a/recipes/gnuplot b/recipes/gnuplot new file mode 100644 index 00000000..6824e042 --- /dev/null +++ b/recipes/gnuplot @@ -0,0 +1,4 @@ +(gnuplot + :repo "bruceravel/gnuplot-mode" + :fetcher github + :files ("gnuplot.el" "gnuplot-gui.el"))