summaryrefslogtreecommitdiff
path: root/common.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-04-10 11:18:21 +0800
committerJSDurand <mmemmew@gmail.com>2022-04-10 11:18:21 +0800
commitb6a0e0eaa69d071317f1d4fff6b0b2340f11c47d (patch)
tree615f26d489d8ee722ea443fdeec00ab797c309dc /common.el
parent6e5a7137328a48a3ae17f654338349ea8bf67d4e (diff)
Move the tramp configuration to tramp-conf.
* common.el: Tramp configurations should be put in a separate file. * tramp-conf.el (tramp-methods): Fix the copy arg. (backup-directory-alist): Disable backups for Tramp. (tramp-allow-unsafe-temporary-files): Don't ask this every time.
Diffstat (limited to 'common.el')
-rw-r--r--common.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/common.el b/common.el
index 73d00c8..0bc0d60 100644
--- a/common.el
+++ b/common.el
@@ -196,25 +196,6 @@ the window to the function with max-height equal to
(define-key Info-mode-map (vector 41) #'Info-forward-node)
-;;; Fix a Tramp arg
-
-(require 'tramp)
-
-(cond
- ((assoc "rsync" tramp-methods #'equal)
- (setcar
- (cdr
- (assoc
- 'tramp-copy-args
- (assoc "rsync" tramp-methods #'equal)))
- (list
- (list "-t" "%k")
- (list "-p")
- (list "-r")
- ;; this option is invalid for my rsync program, for some reason
- ;; ("-s")
- (list "-c")))))
-
;; (defun durand-display-in-one-window (buffer _alist)
;; "Display BUFFER in one window.
;; ALIST is an association list of action symbols and values. See