Mercurial > dotfiles
annotate .elisp/settings/99.compilation-ansi-color.el @ 530:dbb75edda2ff default tip
cleanup: remove ancient distnoted reaper script
Surely this bug has been fixed in the 9+ years that the script has
been run once a minute by cron on my laptop. To my surprise, it looks
like the Migration Assistant even managed to carry it across laptops!
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Sat, 03 Jan 2026 19:12:16 -0500 |
| parents | c35759aceed4 |
| children |
| rev | line source |
|---|---|
|
388
c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
1 ;;; handle ansi color output in compilation buffer |
|
c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
2 (eval-after-load 'compile |
|
c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
3 '(add-hook 'compilation-filter-hook |
|
c35759aceed4
emacs: add a hook to handle ANSI colors in compilation buffers
Augie Fackler <raf@durin42.com>
parents:
diff
changeset
|
4 (lambda () (ansi-color-process-output nil)))) |
