feature/eval: fix lack of syntax highlighting in *eval* buffers

This commit is contained in:
Henrik Lissner 2017-03-19 22:52:17 -04:00
parent 1bd33f6ff1
commit 89172b859c

View file

@ -24,7 +24,7 @@ elisp buffer). Otherwise forward the region to Quickrun."
(read-only-mode -1)
(setq-local scroll-margin 0)
(erase-buffer)
(set-syntax-table emacs-lisp-mode-syntax-table)
(emacs-lisp-mode)
(prin1 result buf)
(pp-buffer)
(read-only-mode 1)