aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-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)