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

5 lines
200 B
EmacsLisp

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