From 7202a585f5866e92d5e57c0755d09d0f4394376c Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Wed, 27 Dec 2023 21:09:33 +0100 Subject: [PATCH] A bit more words on the password store --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index f03b452..30bf0de 100644 --- a/README.org +++ b/README.org @@ -63,7 +63,7 @@ You way want to load and configure the package with ~use-package~, for example p (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)]]). +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). * References