mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Ensure inserted images are non-whitespace characters.
This is intended to fix #149.
This commit is contained in:
parent
a96fd5d0bd
commit
d85717bd24
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ See also: https://github.com/tkf/emacs-ipython-notebook/issues/94"
|
|||
(if ein:slice-image
|
||||
(destructuring-bind (&optional rows cols)
|
||||
(when (listp ein:slice-image) ein:slice-image)
|
||||
(insert-sliced-image img nil nil (or rows 20) cols))
|
||||
(insert-image img))))
|
||||
(insert-sliced-image img "." nil (or rows 20) cols))
|
||||
(insert-image img "."))))
|
||||
|
||||
|
||||
;;; Cell classes
|
||||
|
|
Loading…
Add table
Reference in a new issue