Skip to content

Commit da40ffb

Browse files
committed
Set gnuplot-inline-image-mode to 'inline by default
1 parent 9fd0530 commit da40ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Set VARIABLE to VALUE. ARGS is optional args."
321321
(set variable value))
322322
(gnuplot--setup-comint-for-image-mode))
323323

324-
(defcustom gnuplot-inline-image-mode nil
324+
(defcustom gnuplot-inline-image-mode 'inline
325325
"Whether to display Gnuplot output in Emacs.
326326
327327
Possible values are nil, `inline' and `dedicated'.

0 commit comments

Comments
 (0)