Emacs: Move tramp file to cache

master
Pierre Neidhardt 2017-06-18 13:50:40 +01:00
parent 389f8d5fce
commit 9aa7965f0e
1 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,7 @@
;;; Replace not-so-useful comment-dwim binding.
(global-set-key "\M-;" 'comment-line)
;;; In case you find eldoc too distracting.
;;; Eldoc: In case you find it too distracting.
;; (global-eldoc-mode 0)
;;; Replace `kill-buffer' binding by `kill-this-buffer'.
@ -301,4 +301,7 @@
("Australia/Melbourne" "Melbourne")
("Africa/Nairobi" "Uganda")))
;;; Tramp
(setq tramp-persistency-file-name (concat emacs-cache-folder "tramp"))
(provide 'main)