You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/multi-term/files/50multi-term-gentoo.el

8 lines
333 B

(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)