feat(ai): set gptel to send cursor at the end after response

This commit is contained in:
2026-04-27 07:39:13 -03:00
parent 6ed438fd74
commit 872e67328e

View File

@@ -54,6 +54,8 @@
gptel-directives gptel-directives
'((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely in Spanish.")) '((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely in Spanish."))
) )
(add-hook 'gptel-post-response-functions 'gptel-end-of-response)
(setopt gptel-include-reasoning nil) ;; Mantener hasta resolver: https://github.com/ragnard/gptel-magit/issues/8 (setopt gptel-include-reasoning nil) ;; Mantener hasta resolver: https://github.com/ragnard/gptel-magit/issues/8
(defun gptel-switch+model () (defun gptel-switch+model ()