quickrun: more sensible setup for *eval* buffers

This commit is contained in:
Henrik Lissner 2016-04-12 15:51:26 -04:00
parent 8fa7dc7802
commit 0bf14ac7f5
2 changed files with 7 additions and 13 deletions

View file

@ -58,6 +58,7 @@ If ARG is nil this function calls `recompile', otherwise it calls
(insert out)
(goto-char (point-min))
(read-only-mode 1)
(narf|hide-mode-line)
(narf/popup-buffer buf))))))
(t (quickrun-region beg end))))