From 50932a684c724c4038fdeba9028cdd0b70b48dfb Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 21:24:01 +0200 Subject: Add ansi-color --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index c48fc2d..69bd1e2 100644 --- a/init.el +++ b/init.el @@ -200,6 +200,11 @@ :config (amx-mode +1)) +(use-package ansi-color + :hook (compilation-filter . ansi-color-compilation-filter) + :custom + (ansi-color-for-compilation-mode t)) + (use-package c-ts-mode :after treesit :straight '(c-ts-mode :type built-in) -- cgit v1.2.3