Emacs: Set TRAMP connection timeout to 20 seconds.

This commit is contained in:
tastytea 2020-01-01 03:33:02 +01:00
parent aeee64afcc
commit ebbca748f6

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*- ;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-26T07:39:57+00:00> ;; Time-stamp: <2020-01-01T02:44:56+0100>
;;; Commentary: ;;; Commentary:
@ -23,6 +23,7 @@
"Verification code") "Verification code")
t) t)
".*:\0? *")) ".*:\0? *"))
(tramp-connection-timeout 20)
:config :config
;; Respect remote PATH. ;; Respect remote PATH.