mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Better focus after ein:notebook-change-cell-type
This commit is contained in:
parent
dd53358ff8
commit
2154742c45
1 changed files with 2 additions and 1 deletions
|
@ -639,7 +639,8 @@ Prompt will appear in the minibuffer."
|
|||
(oset new :kernel (ein:$notebook-kernel ein:notebook)))
|
||||
(when level
|
||||
(ein:cell-change-level new level))
|
||||
(ein:notebook-empty-undo-maybe)))))
|
||||
(ein:notebook-empty-undo-maybe)
|
||||
(ein:cell-goto new)))))
|
||||
|
||||
(defun ein:notebook-split-cell-at-point (&optional no-trim)
|
||||
"Split cell at current position. Newlines at the splitting
|
||||
|
|
Loading…
Add table
Reference in a new issue