feature/eval: fix lack of syntax highlighting in *eval* buffers
This commit is contained in:
parent
1bd33f6ff1
commit
89172b859c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ elisp buffer). Otherwise forward the region to Quickrun."
|
||||||
(read-only-mode -1)
|
(read-only-mode -1)
|
||||||
(setq-local scroll-margin 0)
|
(setq-local scroll-margin 0)
|
||||||
(erase-buffer)
|
(erase-buffer)
|
||||||
(set-syntax-table emacs-lisp-mode-syntax-table)
|
(emacs-lisp-mode)
|
||||||
(prin1 result buf)
|
(prin1 result buf)
|
||||||
(pp-buffer)
|
(pp-buffer)
|
||||||
(read-only-mode 1)
|
(read-only-mode 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue