Переглянути джерело

Add complication colorize

master
10sr 5 роки тому
джерело
коміт
a062577a15
Підписано: 10sr Ідентифікатор GPG ключа: 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

Завантаження…
Відмінити
Зберегти