From 1543ac66ba6f829082b745e6a11a9aeb9e8faec7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 23 Mar 2022 09:55:58 -0700 Subject: rename a few more libraries --- emacs/custom/fcuny-tramp.el | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 emacs/custom/fcuny-tramp.el (limited to 'emacs/custom/fcuny-tramp.el') diff --git a/emacs/custom/fcuny-tramp.el b/emacs/custom/fcuny-tramp.el deleted file mode 100644 index 68bacf7..0000000 --- a/emacs/custom/fcuny-tramp.el +++ /dev/null @@ -1,15 +0,0 @@ -;;; fcuny-tramp.el --- Configure tramp -;;; Commentary: -;;; Code: - -(require 'use-package) - -(use-package tramp - :custom - (tramp-default-method "ssh") - (tramp-histfile-override t) - (tramp-ssh-controlmaster-options - "-o ControlMaster=auto -o ControlPath='tramp.%%C'")) - -(provide 'fcuny-tramp) -;;; fcuny-tramp.el ends here -- cgit v1.2.3