view .elisp/settings/99.compilation-ansi-color.el @ 494:ef22f075b638

hgrc: also ignore NoBackup dir where I hide stuff from time machine
author Augie Fackler <raf@durin42.com>
date Wed, 01 Jul 2020 18:46:56 -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))))