diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-30 11:10:22 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-30 11:10:22 +0100 |
| commit | 3b0817600261c8c8f073bff95dbf8fac27af8299 (patch) | |
| tree | 4a15383a4541f1ba6b2bfd3628e115cb7a3c9f97 | |
| parent | 6a33cb717a116f729540cb116c06d6be69e0efc8 (diff) | |
Use ansi-color-compilation-filter in compilation-filter-hook
| -rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,3 +25,6 @@ ) (auth-source-pass-enable) + +(require 'ansi-color) +(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter) |
