aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-28 10:56:41 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-28 13:54:26 -0500
commit2ed8667ee90f586bbd32b8ca38a4bdc9dac03225 (patch)
treeeed01a092a00fcd3cc7b9854bd6e411b0678be45 /.emacs
parentInstall and load my emacs theme (diff)
Load TRAMP in emacs
Diffstat (limited to '')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
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)