branch: elpa/gnuplot
commit da40ffbf4fc142af0794df6ccd74040563b2e81f
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Set gnuplot-inline-image-mode to 'inline by default
---
 gnuplot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuplot.el b/gnuplot.el
index c1b413059d..898ef90e33 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -321,7 +321,7 @@ Set VARIABLE to VALUE.  ARGS is optional args."
     (set variable value))
   (gnuplot--setup-comint-for-image-mode))
 
-(defcustom gnuplot-inline-image-mode nil
+(defcustom gnuplot-inline-image-mode 'inline
   "Whether to display Gnuplot output in Emacs.
 
 Possible values are nil, `inline' and `dedicated'.

Reply via email to