From 2ed8667ee90f586bbd32b8ca38a4bdc9dac03225 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 28 Feb 2013 10:56:41 -0500 Subject: Load TRAMP in emacs --- .emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs b/.emacs index 0e9cdf6..4c34d44 100644 --- a/.emacs +++ b/.emacs @@ -50,6 +50,9 @@ ;;; THEME (load-theme 'ryanakca t) +;;;; TRAMP, bundled with emacs for editing remote files +(require 'tramp) + ;;;; VC-GIT (setq load-path (cons (expand-file-name "/usr/share/doc/git-core/contrib/emacs") load-path)) (require 'vc-git) -- cgit v1.2.3