branch: elpa/gptel
commit 3d7a5122df318e003d0800398a5c4ae94a9e5a53
Author: Matthieu Lemerre <matthieu.leme...@gmail.com>
Commit: GitHub <nore...@github.com>

    gptel: Add OCaml to gptel--mode-description-alist (#771)
---
 gptel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gptel.el b/gptel.el
index 1280fcaf91..775a3e6102 100644
--- a/gptel.el
+++ b/gptel.el
@@ -1118,7 +1118,8 @@ FILE is assumed to exist and be a regular file."
     (enh-ruby-mode . "Ruby")
     (yaml-mode     . "Yaml")
     (yaml-ts-mode  . "Yaml")
-    (rustic-mode   . "Rust"))
+    (rustic-mode   . "Rust")
+    (tuareg-mode   . "OCaml"))
   "Mapping from unconventionally named major modes to languages.
 
 This is used when generating system prompts for rewriting and

Reply via email to