From a6cfc69bfcb65f2d88a83ccc44b86e63e12a88dc Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 10 Mar 2024 12:46:45 +0100 Subject: [PATCH] Set gptel-use-curl t on windows --- bundle/bundle--package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 026aeb1e..18b03817 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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)))