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
|
(use-package pass
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer 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
|
#+end_src
|
||||||
* Remote Editing
|
* Remote Editing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue