add default password length

This commit is contained in:
finga 2019-11-12 21:15:36 +01:00
parent 2becf40150
commit efcb028d0f

View file

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