1
0
Fork 0

Push the symbol name as a string in the car

This commit is contained in:
Bram Schoenmakers 2024-03-28 22:24:46 +01:00
parent 26bcbcea77
commit 3843afb785
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -81,7 +81,7 @@ https://kagi.com/settings?p=api"
TODO"
`(progn
(push (cons ',symbol-name ,prompt) kagi--fastgpt-prompts)
(push (cons (symbol-name ',symbol-name) ,prompt) kagi--fastgpt-prompts)
(defun ,symbol-name (&optional insert)
(interactive "P")
(kagi-fastgpt-prompt ,prompt insert))))