1
0
Fork 0

Add suggestion on how to override a kagi face

This commit is contained in:
Bram Schoenmakers 2023-12-27 21:04:57 +01:00
parent f9c65db7c2
commit 9ba371fee4
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -56,7 +56,11 @@ You way want to load and configure the package with ~use-package~, for example p
;; summarizer settings
(kagi-api-summarizer-engine "cecil")
(kagi-api-summarize-default-language "EN"))
(kagi-api-summarize-default-language "EN")
:custom-face
;; kagi-code defaults to fixed-pitch, but can be overridden as
;; follows:
(kagi-code ((t (:inherit org-verbatim)))))
#+end_src
The token can be supplied directly as a string, but you could write a lambda to retrieve the token from a more secure location (e.g. [[https://passwordstore.org/][pass(1)]]).