dotfiles-emacs/.emacs.d/config/pass.el
2019-12-17 23:54:15 +01:00

8 lines
273 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))
;; configure ivy-pass key binding
(global-set-key [?\C-x ?p] 'ivy-pass)