浏览代码

Print ESHELL in eshell prompt

pull/5/head
10sr 9 年前
父节点
当前提交
4d1f51775b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -2155,7 +2155,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."

It looks like:

:: [10sr@darwin:~/]
:: [10sr@darwin:~/][ESHELL]
:: $
"
(concat ":: ["
@@ -2178,7 +2178,7 @@ It looks like:
'underline
str)
str)
"]\n:: "
"][ESHELL]\n:: "
(if (eq 0
eshell-last-command-status)
""


正在加载...
取消
保存