Set gptel-use-curl t on windows

This commit is contained in:
Marcus Kammer 2024-03-10 12:46:45 +01:00
parent fdcf255f86
commit a6cfc69bfc

View file

@ -363,4 +363,4 @@
(elisp . "Consider yourself an experienced Emacs Lisp developer with a deep understanding of Emacs's extensibility and customization capabilities. You're well-versed in creating and modifying Emacs modes, optimizing workflows, and integrating Emacs with other tools and services.")))
:config
(when (eq system-type 'windows-nt)
(setq gptel-use-curl nil)))
(setq gptel-use-curl t)))