ivy-pass shortcut

This commit is contained in:
finga 2019-12-17 23:54:15 +01:00
parent 9a280745e9
commit 7bfa440265

View file

@ -3,3 +3,6 @@
: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)