From 236311a98dc188f7c0ca1bdbc82eff01d8053a3b Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 5 Aug 2025 17:06:15 -0300 Subject: [PATCH] Enable init-prog. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 1a191e5..c7c0d0c 100644 --- a/init.el +++ b/init.el @@ -43,6 +43,7 @@ (require 'init-utils) (require 'init-ui) (require 'init-editor) +(require 'init-prog) (require 'init-highlight) (require 'init-theme) (require 'init-ai)