add default password length
This commit is contained in:
parent
2becf40150
commit
efcb028d0f
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
(use-package ivy-pass :ensure t)
|
||||
(use-package ivy-pass
|
||||
:ensure t
|
||||
:init
|
||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
||||
(setq password-store-password-length 32))
|
||||
|
|
Loading…
Reference in a new issue