ソースを参照

Add complication colorize

master
10sr 5年前
コミット
a062577a15
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更8行の追加0行の削除
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el ファイルの表示

@@ -1552,4 +1552,12 @@ This mode is a simplified version of `adoc-mode'."
(buffer-substring-no-properties (point-min) (point-max))))
))


(require 'ansi-color)
(require 'compile)
(add-hook 'compilation-filter-hook
(lambda ()
(let ((inhibit-read-only t))
(ansi-color-apply-on-region compilation-filter-start
(point)))))
;;; emacs.el ends here

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