pass: Merge config of pass into the use-package block

Merge the configuration of pass into the use-package block.
This commit is contained in:
finga 2024-05-28 11:11:54 +02:00
parent c69e7e43d8
commit ba2d6bd3a7

View file

@ -2,7 +2,7 @@
:ensure t :ensure t
:init :init
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el ;; 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
;; configure ivy-pass key binding ;; configure ivy-pass key binding
(global-set-key [?\C-x ?p] 'ivy-pass) (global-set-key [?\C-x ?p] 'ivy-pass))