Autoload ein:notebooklist-new-notebook

This commit is contained in:
Takafumi Arakaki 2012-07-25 20:52:48 +02:00
parent ae4ed72938
commit 3a968a9b18

View file

@ -40,6 +40,9 @@
(autoload 'ein:notebooklist-open-notebook-global "ein-notebooklist"
"Choose notebook from all opened notebook list and open it." t)
(autoload 'ein:notebooklist-new-notebook "ein-notebooklist"
"Ask server to create a new notebook and open it in a new buffer." t)
(autoload 'ein:connect-to-notebook "ein-connect"
"Connect any buffer to notebook and its kernel." t)