mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
Merge pull request #69 from dickmao/dev
default ein:output-area-inlined-images to nil
This commit is contained in:
commit
5124e88065
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
(require 'xml)
|
||||
(require 'ein-core)
|
||||
|
||||
(defcustom ein:output-area-inlined-images t
|
||||
"Turn off to spawn external image viewers."
|
||||
(defcustom ein:output-area-inlined-images nil
|
||||
"Turn on to insert images into buffer. Default spawns external viewer."
|
||||
:type 'boolean
|
||||
:group 'ein)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue