mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/eval: fix lack of syntax highlighting in *eval* buffers
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user