summaryrefslogtreecommitdiff
path: root/eshell-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'eshell-conf.el')
-rw-r--r--eshell-conf.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/eshell-conf.el b/eshell-conf.el
index f4c8a23..3ee8352 100644
--- a/eshell-conf.el
+++ b/eshell-conf.el
@@ -365,6 +365,10 @@ candidates."
If called without ARGS, then use ./ instead."
(eshell/ls "-hal" (or args "./")))
+;;; Integration with Tramp
+
+(add-to-list 'eshell-modules-list 'eshell-tramp)
+
;;; Substitute commands
;;;###autoload