summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-12-21 12:43:00 +0000
committerAlan Pearce2016-12-21 12:43:00 +0000
commit93576941f22fa40567543f069a814e095212c289 (patch)
tree3d1de000de9242ba38172167bcb0c9d29c355718
parent9b90996f566efeae7e0d87656701930f10edcaa3 (diff)
downloaddotfiles-93576941f22fa40567543f069a814e095212c289.tar.lz
dotfiles-93576941f22fa40567543f069a814e095212c289.tar.zst
dotfiles-93576941f22fa40567543f069a814e095212c289.zip
Tramp: Increase cache time for remote directory completion
-rw-r--r--tag-emacs/emacs.d/init.org1
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)))