浏览代码

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)



正在加载...
取消
保存