mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
ein:notebook-kill-all-buffers from ein:dev-reload
This commit is contained in:
parent
7cd63ecad4
commit
da6c563363
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
(defun ein:dev-reload ()
|
||||
"Reload ein-*.el modules."
|
||||
(interactive)
|
||||
(ein:notebook-kill-all-buffers)
|
||||
(makunbound 'ein:notebook-mode-map) ; so defvar works.
|
||||
(load "ein-notebook") ; ... but make sure it will be defined first.
|
||||
(ein:load-files "^ein-.*\\.el$")
|
||||
|
|
Loading…
Add table
Reference in a new issue