소스 검색

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


불러오는 중...
취소
저장