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
|
||||
:ensure t
|
||||
:init
|
||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
||||
(setq password-store-password-length 32)
|
||||
:config
|
||||
;; configure ivy-pass key binding
|
||||
(global-set-key [?\C-x ?p] 'ivy-pass))
|
||||
:bind
|
||||
("C-x p" . ivy-pass))
|
||||
|
|
Loading…
Reference in a new issue