From 80abf669f5df59d4c7248d0971cab19afbe90400 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Sep 2025 17:08:41 +0200 Subject: [PATCH] Set default binding to access password store Might be customized when password-store is not used. --- site-lisp/db-customize.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index f96355d..ea8edb6 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -162,7 +162,8 @@ in the main agenda view." ("Info Lookup" ?I info-lookup-symbol) ("Unicode Lookup" ?U insert-char) ("Timeline of Day" ?T timeline-tools-format-timeline-of-day) - ("Copy template to point" ?C db/org-insert-checklist)) + ("Copy template to point" ?C db/org-insert-checklist) + ("Password" ?P password-store-copy)) "Mapping of frequently used features to functions implementing them. Can be used in application shortcuts such as `db/helm-shortcuts’. Each