fix(llm): don't auto-kill gptel popup buffer

Fix: #8387
This commit is contained in:
Henrik Lissner 2025-05-11 17:20:13 -04:00
parent 0658c1f863
commit e614ffbda8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -10,7 +10,8 @@
(buffer-local-value 'gptel-mode (get-buffer bname))))
:select t
:size 0.3
:quit nil))
:quit nil
:ttl nil))
(use-package! gptel-quick