mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Make "Notebook is saved" message volatile
This commit is contained in:
parent
8c682252f0
commit
7d604af49d
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ where NS is `:kernel' or `:notebook' slot of NOTIFICATION."
|
|||
st ; = event-type
|
||||
#'ein:notification--callback
|
||||
(cons ns st))))
|
||||
(ein:events-on events
|
||||
'notebook_saved.Notebook
|
||||
#'ein:notification--fadeout-callback
|
||||
(list (oref notification :notebook)
|
||||
"Notebook is saved"
|
||||
'notebook_saved.Notebook
|
||||
nil))
|
||||
(ein:events-on events
|
||||
'status_restarting.Kernel
|
||||
#'ein:notification--fadeout-callback
|
||||
|
|
Loading…
Add table
Reference in a new issue