diff --git a/.emacs.d/config/pass.el b/.emacs.d/config/pass.el index bd31fa3..81aa30b 100644 --- a/.emacs.d/config/pass.el +++ b/.emacs.d/config/pass.el @@ -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))