We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa6444 commit f721020Copy full SHA for f721020
gptel.el
@@ -1006,7 +1006,9 @@ Later plists in the sequence take precedence over earlier ones."
1006
(gptel--json-read))))
1007
1008
(defun gptel-auto-scroll ()
1009
- "Scroll window if LLM response continues below viewport."
+ "Scroll window if LLM response continues below viewport.
1010
+
1011
+Note: This will move the cursor."
1012
(when-let* ((win (get-buffer-window (current-buffer) 'visible))
1013
((not (pos-visible-in-window-p (point) win)))
1014
(scroll-error-top-bottom t))
0 commit comments