fix(emacs/lean-mode): add 'display-buffer' at the end of lean-exec-at-pos
This commit is contained in:
parent
9119c3f9fb
commit
ca81e9bee2
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ will be flushed everytime it's executed."
|
||||||
`(,target-file-name)))
|
`(,target-file-name)))
|
||||||
(p (apply 'start-process process-args)))
|
(p (apply 'start-process process-args)))
|
||||||
(set-process-coding-system p 'utf-8 'utf-8)
|
(set-process-coding-system p 'utf-8 'utf-8)
|
||||||
(set-process-query-on-exit-flag p nil)))
|
(set-process-query-on-exit-flag p nil)
|
||||||
|
(display-buffer process-buffer-name)))
|
||||||
|
|
||||||
(defun lean-std-exe ()
|
(defun lean-std-exe ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue