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:
parent
c69e7e43d8
commit
ba2d6bd3a7
1 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue