gptel
gptel copied to clipboard
How to disable the highlight after its done generating
After generation of text the text is briefly highlighted in "yellow", how to disable this?
It's not possible to disable this right now. What's the issue with the pulsing?
It looks kinda ugly
Is the highlight persistent, or does it go away after a few milliseconds? (Also are you using the Emacs GUI or in a terminal?)
Its not persistent , it doesn't go away on its own however (i have to press a button or move my mouse to make it go away) I am using emacs in the GUI(DOOM emacs)
Try (setq pulse-flag t)
.
Oh thats much better, is there anyway to change the colour?
Yes, you can customize pulse-highlight-start-face.
Oh okay thanks! This solves my issue. Just a thought: adding an option to disable highlights might be helpful.
Just a thought: adding an option to disable highlights might be helpful.
It's on the docket, will get to it at some point.