diff options
author | Hans de Graaff <hans@degraaff.org> | 2020-01-05 09:08:26 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2020-01-05 09:15:25 +0100 |
commit | c7ec24003a116fed67bbccb52ceefbf0c6d5f528 (patch) | |
tree | c5bd91ecd7c8d50ee67c8720956f1e463048e6e8 /ruby-stats/plot | |
parent | Support ruby 2.7 (diff) | |
download | ruby-scripts-c7ec24003a116fed67bbccb52ceefbf0c6d5f528.tar.gz ruby-scripts-c7ec24003a116fed67bbccb52ceefbf0c6d5f528.tar.bz2 ruby-scripts-c7ec24003a116fed67bbccb52ceefbf0c6d5f528.zip |
Add emacs mode variable to identify this as a gnuplot file
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r-- | ruby-stats/plot | 2 |
1 files changed, 2 insertions, 0 deletions
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 |