Emacs: Auto-save TRAMP files locally.
This commit is contained in:
parent
09a3b5762f
commit
9590a85bdf
|
@ -1,6 +1,6 @@
|
||||||
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
|
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-02-18T16:13:51+0100>
|
;; Time-stamp: <2020-02-19T22:26:00+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@
|
||||||
t)
|
t)
|
||||||
".*:\0? *"))
|
".*:\0? *"))
|
||||||
(tramp-connection-timeout 20)
|
(tramp-connection-timeout 20)
|
||||||
|
;; Auto-save locally.
|
||||||
|
(tramp-auto-save-directory (concat user-emacs-directory "backups/"))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
;; Respect remote PATH.
|
;; Respect remote PATH.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user