mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Advertise OSC directory tracking more
* doc/emacs/misc.texi (Interactive Shell): Document OSC directory tracking more. * lisp/shell.el (shell-dirtrack-mode): Link to the OSC directory tracking function.
This commit is contained in:
parent
71de48494e
commit
6dbbdff281
2 changed files with 16 additions and 1 deletions
|
|
@ -1033,7 +1033,9 @@ Environment variables are expanded, see function `substitute-in-file-name'."
|
|||
"Toggle directory tracking in this shell buffer (Shell Dirtrack mode).
|
||||
|
||||
The `dirtrack' package provides an alternative implementation of
|
||||
this feature; see the function `dirtrack-mode'."
|
||||
this feature; see the function `dirtrack-mode'. Also see
|
||||
`comint-osc-directory-tracker' for an escape-sequence based
|
||||
solution."
|
||||
:lighter nil
|
||||
(setq list-buffers-directory (if shell-dirtrack-mode default-directory))
|
||||
(if shell-dirtrack-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue