Emacs: Auto-save TRAMP files locally.

This commit is contained in:
tastytea 2020-02-19 22:26:43 +01:00
parent 09a3b5762f
commit 9590a85bdf
1 changed files with 3 additions and 1 deletions

View File

@ -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.