diff options
author | Alan Pearce | 2016-12-21 12:43:00 +0000 |
---|---|---|
committer | Alan Pearce | 2016-12-21 12:43:00 +0000 |
commit | 93576941f22fa40567543f069a814e095212c289 (patch) | |
tree | 3d1de000de9242ba38172167bcb0c9d29c355718 /tag-emacs | |
parent | 9b90996f566efeae7e0d87656701930f10edcaa3 (diff) | |
download | dotfiles-93576941f22fa40567543f069a814e095212c289.tar.lz dotfiles-93576941f22fa40567543f069a814e095212c289.tar.zst dotfiles-93576941f22fa40567543f069a814e095212c289.zip |
Tramp: Increase cache time for remote directory completion
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 45f3e81..96a94b8 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -652,6 +652,7 @@ that I can sudo on remote machines (setq tramp-default-method "ssh" tramp-default-user-alist '(("\\`su\\(do\\)?\\'" nil "root")) tramp-backup-directory-alist backup-directory-alist + tramp-completion-reread-directory-timeout 60 backup-enable-predicate (lambda (name) (and (normal-backup-enable-predicate name) (not (let ((method (file-remote-p name 'method))) |