blob: cc67e70e7c5dfdfd80f97e36f6efecc00d2a86f7 (
plain)
1
2
3
4
5
6
7
8
|
;;; tramp site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(setq auto-save-file-name-transforms
`(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
,(expand-file-name "\\2" temporary-file-directory))))
(load "tramp-autoloads" nil t)
|