ソースを参照

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)



読み込み中…
キャンセル
保存