浏览代码

fix eshell prompt face

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

+ 2
- 2
emacs.el 查看文件

@@ -1814,10 +1814,10 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"$ "))
(add-text-properties p1
p2
'(face ((underline . t))))
'(face underline))
(add-text-properties p3
p4
'(face ((underline . t))))
'(face underline))
(buffer-substring (point-min)
(point-max))))))



正在加载...
取消
保存