ein:notebook-kill-all-buffers from ein:dev-reload

This commit is contained in:
Takafumi Arakaki 2012-05-25 15:50:48 +02:00
parent 7cd63ecad4
commit da6c563363

View file

@ -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$")