1
0
Fork 0

A bit more words on the password store

This commit is contained in:
Bram Schoenmakers 2023-12-27 21:09:33 +01:00
parent 9ba371fee4
commit 7202a585f5
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -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))))) (kagi-code ((t (:inherit org-verbatim)))))
#+end_src #+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 * References