From 31115b27006e8e00eca2a8a65070f69e65cc044e Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Tue, 16 Jan 2024 21:50:15 +0100 Subject: [PATCH] Mention kagi-bold in the configuration block --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 09fcb3b..cdb70fe 100644 --- a/README.org +++ b/README.org @@ -71,7 +71,10 @@ You way want to load and configure the package with ~use-package~, for example p :custom-face ;; kagi-code defaults to fixed-pitch, but can be overridden as ;; follows: - (kagi-code ((t (:inherit org-verbatim))))) + (kagi-code ((t (:inherit org-verbatim)))) + + ;; likewise for kagi-bold: + (kagi-bold ((t (:inherit modus-themes-bold))))) #+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. with the combination of [[https://passwordstore.org/][pass(1)]] and the password-store package that comes with it).