【发布时间】:2013-07-20 05:02:16
【问题描述】:
我刚刚在 emacs24 中设置了Multi-term,我正在尝试将其配置为能够打开多期运行的 eshell。
怎么办,指定eshell为shell程序??
例如,我正在尝试使用 eshell 创建等效项:
(defun multi-term-bash ()
"Make a multi-term buffer running bash."
(interactive)
(let ((multi-term-program "/bin/bash"))
(multi-term)))
【问题讨论】:
标签: emacs