ivy-pass: Use use-package's bind section instead of config

This commit is contained in:
finga 2024-09-04 11:36:19 +02:00
parent dbe5acc2c3
commit 3a773626c3

View file

@ -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))