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

6 lines
117 B
EmacsLisp

(use-package ivy-pass
:ensure t
:init
(setq password-store-password-length 32)
:bind
("C-x p" . ivy-pass))