fix(pass): incorrect load order for popup rule

This commit is contained in:
Kiana Sheibani 2024-07-22 12:44:41 -04:00
parent 608d469102
commit b61c83f282
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2503,7 +2503,7 @@ I use the standard Unix-style password management system, [[https://www.password
:desc "Password Store" :desc "Password Store"
"o s" #'pass) "o s" #'pass)
(after! password-store (after! pass
(setq pass-show-keybindings nil ; Keybindings take up too much space (setq pass-show-keybindings nil ; Keybindings take up too much space
pass-suppress-confirmations t ; Quit shouldn't need a confirm step pass-suppress-confirmations t ; Quit shouldn't need a confirm step
) )