ahyatt / llm

A package abstracting llm capabilities for emacs.
GNU General Public License v3.0
142 stars 19 forks source link

Don't ask the user before canceling the query #12

Closed Stebalien closed 6 months ago

Stebalien commented 6 months ago

kill-buffer-query-functions often contains process-kill-buffer-query-function, which will ask the user if they want to kill the request buffer if it has an associated process (in our case, an HTTP request).

ahyatt commented 6 months ago

Thanks!