瀏覽代碼

when using eshell reuse buffer

pull/1/head
10sr 11 年之前
父節點
當前提交
b302b461c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -1787,7 +1787,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"open terminal buffer and return that buffer."
(interactive)
(if (eq system-type 'windows-nt)
(eshell t)
(eshell)
(if (require 'multi-term nil t)
(multi-term-dedicated-open)
(ansi-term "/bin/bash"))))


Loading…
取消
儲存