From cd22ea836c4fd436a7588cdfe19ff4dc2cb61e28 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 25 Mar 2023 04:16:55 +0900 Subject: [PATCH] Add autoload for gptel-send --- gptel.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gptel.el b/gptel.el index 5d0202f..7feaca5 100644 --- a/gptel.el +++ b/gptel.el @@ -174,6 +174,7 @@ By default, \"openai.com\" is used as HOST and \"apikey\" as USER." ;; TODO: Handle multiple requests(#15). (Only one request from one buffer at a time?) ;; TODO: Since we capture a marker for the insertion location, `gptel-buffer' no ;; longer needs to be recorded +;;;###autoload (defun gptel-send (&optional arg) "Submit this prompt to ChatGPT.