Customise "pass"
This commit is contained in:
parent
bd79109cbd
commit
7e6c86f96d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue