Mercurial > dotfiles
view .elisp/settings/99.compilation-ansi-color.el @ 401:89c7236a0899
make-greek-tree: import shell script I've used on and off for years
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 05 Apr 2016 10:21:19 -0400 |
parents | c35759aceed4 |
children |
line wrap: on
line source
;;; handle ansi color output in compilation buffer (eval-after-load 'compile '(add-hook 'compilation-filter-hook (lambda () (ansi-color-process-output nil))))