summaryrefslogtreecommitdiff
path: root/app-emacs/multi-term/files/50multi-term-gentoo.el
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/multi-term/files/50multi-term-gentoo.el')
-rw-r--r--app-emacs/multi-term/files/50multi-term-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/multi-term/files/50multi-term-gentoo.el b/app-emacs/multi-term/files/50multi-term-gentoo.el
new file mode 100644
index 00000000000..0552079e24d
--- /dev/null
+++ b/app-emacs/multi-term/files/50multi-term-gentoo.el
@@ -0,0 +1,7 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'multi-term "multi-term"
+ "Create new term buffer.
+Will prompt you shell name when you type `C-u' before this command." t)
+(autoload 'multi-term-dedicated-open "multi-term"
+ "Open dedicated `multi-term' window.
+Will prompt you shell name when you type `C-u' before this command." t)