Merge pull request #69 from dickmao/dev

default ein:output-area-inlined-images to nil
This commit is contained in:
dickmao 2020-01-15 22:20:14 -05:00 committed by GitHub
commit 5124e88065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,8 @@
(require 'xml) (require 'xml)
(require 'ein-core) (require 'ein-core)
(defcustom ein:output-area-inlined-images t (defcustom ein:output-area-inlined-images nil
"Turn off to spawn external image viewers." "Turn on to insert images into buffer. Default spawns external viewer."
:type 'boolean :type 'boolean
:group 'ein) :group 'ein)