mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
simplify code
This commit is contained in:
parent
0cc585f7f2
commit
f2396e6ebe
1 changed files with 1 additions and 2 deletions
|
@ -771,8 +771,7 @@ Notebook list data is passed via the buffer local variable
|
|||
(erase-buffer))
|
||||
(remove-overlays)
|
||||
|
||||
(mapc (lambda (fn) (apply fn '()))
|
||||
ein:notebook-list-render-order)
|
||||
(mapc #'funcall ein:notebook-list-render-order)
|
||||
|
||||
(ein:notebooklist-mode)
|
||||
(widget-setup))
|
||||
|
|
Loading…
Add table
Reference in a new issue