Set eaf-kill-process an alias for eaf-stop-process

master
Mingde (Matthew) Zeng 6 years ago
parent ec877b51f3
commit ce882de553
  1. 2
      eaf.el

@ -752,6 +752,8 @@ When RESTART is non-nil, cached URL and app-name will not be cleared."
;; Kill process after kill buffer, make application can save session data.
(eaf--kill-python-process))
(defalias 'eaf-kill-process #'eaf-stop-process)
(defun eaf--kill-python-process ()
"Kill EAF background python process."
(interactive)

Loading…
Cancel
Save