Procházet zdrojové kódy

Add complication colorize

master
10sr před 5 roky
rodič
revize
a062577a15
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit