Customise "pass"

This commit is contained in:
Evie Litherland-Smith 2023-12-20 09:43:15 +00:00
parent bd79109cbd
commit 7e6c86f96d

View file

@ -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