Refactor REPL config

This commit is contained in:
Henrik Lissner 2016-02-20 15:32:19 -05:00
parent b2a3ab90b3
commit 7f2876d754
3 changed files with 12 additions and 7 deletions

View file

@ -176,8 +176,7 @@
(cond ((and (derived-mode-p 'comint-mode)
(featurep 'repl-toggle)
repl-toggle-mode)
(setq rtog/--last-buffer nil
narf-repl-buffer nil))
(setq rtog/--last-buffer nil))
((eq major-mode 'messages-buffer-mode)
(bury-buffer)
(setq dont-kill t)))