From ce882de553ae928f86a0c0db8a0a69d8cb50fa5e Mon Sep 17 00:00:00 2001 From: "Mingde (Matthew) Zeng" Date: Mon, 2 Mar 2020 15:02:57 -0500 Subject: [PATCH] Set eaf-kill-process an alias for eaf-stop-process --- eaf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eaf.el b/eaf.el index 255f1ce..12dbb2e 100644 --- a/eaf.el +++ b/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)