dotfiles-emacs/.emacs.d/config/pass.el

6 lines
200 B
EmacsLisp
Raw Normal View History

2019-11-12 21:15:36 +01:00
(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))