feat(emacs/lean-mode.el): use lean-info-mode in lean-exec-at-pos
This commit is contained in:
parent
91f83835bb
commit
e61a61da8b
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
(when (eq (process-status process) 'exit)
|
||||
(let ((b (process-buffer process)))
|
||||
(with-current-buffer b
|
||||
(lean-info-mode)
|
||||
(insert-string (lean-exec-at-pos-extract-body
|
||||
g-lean-exec-at-pos-buf)))
|
||||
(display-buffer b)
|
||||
|
|
Loading…
Reference in a new issue