diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-tramp.el (renamed from emacs/custom/fcuny-tramp.el) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-tramp.el b/emacs/custom/my-tramp.el index 68bacf7..9854dab 100644 --- a/emacs/custom/fcuny-tramp.el +++ b/emacs/custom/my-tramp.el @@ -1,4 +1,4 @@ -;;; fcuny-tramp.el --- Configure tramp +;;; my-tramp.el --- Configure tramp ;;; Commentary: ;;; Code: @@ -11,5 +11,5 @@ (tramp-ssh-controlmaster-options "-o ControlMaster=auto -o ControlPath='tramp.%%C'")) -(provide 'fcuny-tramp) -;;; fcuny-tramp.el ends here +(provide 'my-tramp) +;;; my-tramp.el ends here |