From d2496a736a84dd7972ab2e08344888aa52a0e084 Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 5 Aug 2025 17:01:06 -0300 Subject: [PATCH] Add necessary the "provide". --- configs/init-prog.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/init-prog.el b/configs/init-prog.el index 0ce9e94..ca0cc64 100644 --- a/configs/init-prog.el +++ b/configs/init-prog.el @@ -225,4 +225,5 @@ Install the doc if it's not installed." :hook ((js-base-mode css-mode sgml-mode web-mode) . prettier-mode) :init (setq prettier-pre-warm 'none)) +(provide 'init-prog) ;;; init-prog.el ends here