소스 검색

emacs.el: my-term-shell-command: Print colorized output

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

+ 4
- 2
emacs.el 파일 보기

@@ -2361,8 +2361,10 @@ COMMAND."
(lambda (proc change)
(with-current-buffer (process-buffer proc)
(term-sentinel proc change)
(goto-char (point-max)))))
;; (goto-char (point-max))
(goto-char (point-max))
(fundamental-mode))))
(fundamental-mode)
(goto-char (point-max))
))))
(define-key ctl-x-map ":" 'my-term-shell-command)



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