Refer to Info manual to setup directory tracking

* eat.el (eat-enable-directory-tracking): Refer to Info manual.
This commit is contained in:
Akib Azmain Turja 2022-12-01 02:01:11 +06:00
parent 0121c3747f
commit 406d72b4b5
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

3
eat.el
View file

@ -145,7 +145,8 @@ This is left disabled for security reasons."
When non-nil, Eat will track the working directory of program. You When non-nil, Eat will track the working directory of program. You
need to configure the program to send current working directory need to configure the program to send current working directory
information." information. See Info node `(eat)Directory Tracking' for instructions
to setup your shell."
:type 'boolean :type 'boolean
:group 'eat-ui :group 'eat-ui
:group 'eat-eshell) :group 'eat-eshell)