Add necessary the "provide".

This commit is contained in:
kj
2025-08-05 17:01:06 -03:00
parent 9b62080f21
commit d2496a736a

View File

@ -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