feat(emacs/lean-mode.el): use lean-info-mode in lean-exec-at-pos

This commit is contained in:
Soonho Kong 2015-07-27 20:26:28 -07:00
parent 91f83835bb
commit e61a61da8b

View file

@ -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)