From 89d667542ad11588c5827220837e4f96fcb33f1c Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 15 Nov 2025 16:34:36 +0200 Subject: [PATCH] Display advanced options in the gptel menu --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 152bc40..ddd01e1 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -326,6 +326,7 @@ ; keep-sorted start (gptel-backend (gptel-get-backend "Ollama")) (gptel-default-mode 'org-mode) + (gptel-expert-commands t) (gptel-highlight-methods '(face margin)) (gptel-model 'llama3.2:latest) ; keep-sorted end