emacs-ipython-notebook/test/testein.el
dickmao f4d301d8c9 Cleanup save-before-quit logic, and polymode kill buffer bugfix
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.
2019-05-07 09:54:20 -04:00

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)