commit: c7ec24003a116fed67bbccb52ceefbf0c6d5f528 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sun Jan 5 08:08:26 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 5 08:15:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=c7ec2400
Add emacs mode variable to identify this as a gnuplot file Signed-off-by: Hans de Graaff <hans <AT> degraaff.org> ruby-stats/plot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby-stats/plot b/ruby-stats/plot index e588ec0..c730a78 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -1,3 +1,5 @@ +# -*- mode: gnuplot -*- + set terminal svg size 1024,768 enhanced set termoption dashed
