소스 검색

fix eshell advice

pull/1/head
10sr 10 년 전
부모
커밋
eaa3274568
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el 파일 보기

@@ -1770,10 +1770,12 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
;; do not cycle history
(around eshell-history-do-not-cycle activate)
(if (= 0
eshell-history-index)
(or eshell-history-index
0))
(progn
(delete-region eshell-last-output-end (point))
(insert-and-inherit eshell-matching-input-from-input-string))
(insert-and-inherit eshell-matching-input-from-input-string)
(setq eshell-history-index nil))
ad-do-it))

(setq eshell-directory-name "~/.emacs.d/eshell/")


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