mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00

Before: Exit emacs with modified notebooks. Be asked "You have unsaved notebooks. Discard changes?" Respond no, and manually figure out which notebooks haven't been saved. After: Exit emacs with modified notebooks. Be asked "Save A?". Respond yes. Quit without further ado. Also, bugfix killing of buffers in polymode. Must kill host buffer, not indirect buffers.
7 lines
207 B
EmacsLisp
7 lines
207 B
EmacsLisp
(require 'ein-dev)
|
|
(require 'ein-testing)
|
|
|
|
(ein:setq-if-not ein:testing-dump-file-log "./log/testein.log")
|
|
(ein:setq-if-not ein:testing-dump-file-messages "./log/testein.messages")
|
|
|
|
(setq message-log-max t)
|