fix(emacs/lean-mode): add 'display-buffer' at the end of lean-exec-at-pos

This commit is contained in:
Soonho Kong 2015-03-25 08:35:02 -04:00
parent 9119c3f9fb
commit ca81e9bee2

View file

@ -100,7 +100,8 @@ will be flushed everytime it's executed."
`(,target-file-name)))
(p (apply 'start-process process-args)))
(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 ()
(interactive)