* eat.el (eat--t-term): Fix initial value of 'cwd'

This commit is contained in:
Akib Azmain Turja 2022-12-07 00:11:29 +06:00
parent e287487b42
commit 62a09caef1
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -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)