1
0
Fork 0

Show summary in text-mode

This commit is contained in:
Bram Schoenmakers 2023-12-25 00:10:45 +01:00
parent 6c5e0c1ca8
commit 2d3689d936
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -202,6 +202,7 @@ https://kagi.com/settings?p=api"
(with-current-buffer (get-buffer-create buffer-name)
(insert summary)
(goto-char 0)
(text-mode)
(display-buffer buffer-name))))
(defun kagi--process-prompt (prompt)