summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-09 21:24:01 +0200
committerGravatar Uko Kokņevičs2025-03-09 22:59:45 +0200
commit50932a684c724c4038fdeba9028cdd0b70b48dfb (patch)
tree915e32bbb729e3d295da48cfbf0f264d407b5a7e /init.el
parentsimple: Incorporate top-level config (diff)
downloademacs.d-50932a684c724c4038fdeba9028cdd0b70b48dfb.tar.gz
emacs.d-50932a684c724c4038fdeba9028cdd0b70b48dfb.tar.xz
emacs.d-50932a684c724c4038fdeba9028cdd0b70b48dfb.zip
Add ansi-color
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index c48fc2d..69bd1e2 100644
--- a/init.el
+++ b/init.el
@@ -200,6 +200,11 @@
200 :config 200 :config
201 (amx-mode +1)) 201 (amx-mode +1))
202 202
203(use-package ansi-color
204 :hook (compilation-filter . ansi-color-compilation-filter)
205 :custom
206 (ansi-color-for-compilation-mode t))
207
203(use-package c-ts-mode 208(use-package c-ts-mode
204 :after treesit 209 :after treesit
205 :straight '(c-ts-mode :type built-in) 210 :straight '(c-ts-mode :type built-in)