From 7e6c86f96d5fe4060087f54275cfd3308a36a9e5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Dec 2023 09:43:15 +0000 Subject: [PATCH] Customise "pass" --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index c97200b..623e8e5 100644 --- a/README.org +++ b/README.org @@ -603,8 +603,10 @@ For reference information, see [[https://orgmode.com][Org-mode website]] (use-package pass :ensure t :defer t - :commands (pass) - :bind (("C-c P" . pass))) + :bind (("C-c P" . pass)) + :custom + (pass-show-keybindings nil) + (pass-username-field "login")) #+end_src * Remote Editing