summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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)