From 9ba371fee4ef858be19b884570d948e5465c4687 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Wed, 27 Dec 2023 21:04:57 +0100 Subject: [PATCH] Add suggestion on how to override a kagi face --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f1293c2..f03b452 100644 --- a/README.org +++ b/README.org @@ -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)]]).