From 62a09caef1fc4a8219eefe74b3902bfa09ffc4eb Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Wed, 7 Dec 2022 00:11:29 +0600 Subject: [PATCH] * eat.el (eat--t-term): Fix initial value of 'cwd' --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eat.el b/eat.el index 9853c7e..5ab017e 100644 --- a/eat.el +++ b/eat.el @@ -742,7 +742,7 @@ For example: when THRESHOLD is 3, \"*foobarbaz\" is converted to (end nil :documentation "End of terminal area.") (title "" :documentation "The title of the terminal.") (cwd - default-directory + (cons (system-name) default-directory) :documentation "The working directory of the terminal.") (bell-fn (1value #'ignore)