diff options
Diffstat (limited to 'app-emacs/tramp/files/50tramp-gentoo.el')
-rw-r--r-- | app-emacs/tramp/files/50tramp-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/tramp/files/50tramp-gentoo.el b/app-emacs/tramp/files/50tramp-gentoo.el new file mode 100644 index 000000000000..45f875264c53 --- /dev/null +++ b/app-emacs/tramp/files/50tramp-gentoo.el @@ -0,0 +1,5 @@ + +;;; tramp site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(require 'tramp) |