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; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-18T16:13:51+0100>
|
||||
;; Time-stamp: <2020-02-19T22:26:00+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -26,6 +26,8 @@
|
|||
t)
|
||||
".*:\0? *"))
|
||||
(tramp-connection-timeout 20)
|
||||
;; Auto-save locally.
|
||||
(tramp-auto-save-directory (concat user-emacs-directory "backups/"))
|
||||
|
||||
:config
|
||||
;; Respect remote PATH.
|
||||
|
|
Loading…
Reference in New Issue
Block a user