(shell-mode): Make shell-directory-tracker a hook function locally only.
This commit is contained in:
parent
b35732e1e2
commit
1458efa037
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ buffer."
|
|||
(setq shell-last-dir nil)
|
||||
(make-local-variable 'shell-dirtrackp)
|
||||
(setq shell-dirtrackp t)
|
||||
(add-hook 'comint-input-filter-functions 'shell-directory-tracker)
|
||||
(add-hook 'comint-input-filter-functions 'shell-directory-tracker nil t)
|
||||
(setq comint-input-autoexpand shell-input-autoexpand)
|
||||
(make-local-variable 'list-buffers-directory)
|
||||
(setq list-buffers-directory (expand-file-name default-directory))
|
||||
|
|
Loading…
Add table
Reference in a new issue