mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
zeroein.el works with --eval options now
This commit is contained in:
parent
a384ba15de
commit
a3a0148375
1 changed files with 7 additions and 5 deletions
|
@ -109,10 +109,12 @@
|
|||
|
||||
|
||||
;;; Finally, open notebook list
|
||||
(require 'ein-dev)
|
||||
(ein:dev-print-sys-info)
|
||||
|
||||
(unless noninteractive
|
||||
(call-interactively #'ein:notebooklist-open))
|
||||
(if noninteractive
|
||||
(progn
|
||||
;; When called in batch mode, print system info.
|
||||
(require 'ein-dev)
|
||||
(ein:dev-print-sys-info))
|
||||
;; To make EIN configurable by --eval, use idle timer:
|
||||
(run-with-idle-timer 0 nil 'call-interactively 'ein:notebooklist-open))
|
||||
|
||||
;;; zeroein.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue