1
0
Fork 0

Use the kagi-bold face to format reference indices

This commit is contained in:
Bram Schoenmakers 2024-02-12 11:22:05 +01:00
parent 0bb20e5295
commit 2c57f819ec
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -228,7 +228,7 @@ FastGPT with the following prompt:
(defun kagi--format-reference-index (i)
"Format the index of reference number I."
(propertize (format "[%d]" i) 'font-lock-face 'bold))
(propertize (format "[%d]" i) 'font-lock-face 'kagi-bold))
(defun kagi--format-references (references)
"Format the REFRENCES as a string.