emacs-gnuplot / gnuplot

A major mode for Emacs for interacting with Gnuplot
GNU General Public License v3.0
138 stars 21 forks source link

how to set a default templat #79

Open emacs25 opened 1 year ago

emacs25 commented 1 year ago

for example,i want set these options by default when using run-gnuplot

set term svg size 800,600 samples 200 font "xxx,12"

how should i do with emacs lisp?

thanks everybody

E3D3 commented 1 year ago

Maybe https://github.com/hesstobi/Gnuplot-Templates is interesting for you.