瀏覽代碼

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)



Loading…
取消
儲存