Add gptel

This commit is contained in:
Dimitri Lozeve 2025-01-14 13:44:28 +01:00
parent f896673603
commit 2242646634

View file

@ -1019,6 +1019,8 @@
(lambda () (when (file-exists-p custom-file) (lambda () (when (file-exists-p custom-file)
(load custom-file 'noerror)))) (load custom-file 'noerror))))
(message "Successfully loaded entire config!") (use-package gptel
:ensure t)
(message "Successfully loaded entire config!")
;;; init.el ends here ;;; init.el ends here