ivy-pass: Use use-package's bind section instead of config
This commit is contained in:
parent
dbe5acc2c3
commit
3a773626c3
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
(use-package ivy-pass
|
(use-package ivy-pass
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
|
||||||
(setq password-store-password-length 32)
|
(setq password-store-password-length 32)
|
||||||
:config
|
:bind
|
||||||
;; configure ivy-pass key binding
|
("C-x p" . ivy-pass))
|
||||||
(global-set-key [?\C-x ?p] 'ivy-pass))
|
|
||||||
|
|
Loading…
Reference in a new issue