From b61c83f28281ae937f031ded1a322956b49f913d Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 12:44:41 -0400 Subject: [PATCH] fix(pass): incorrect load order for popup rule --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 440a88e..4b79340 100644 --- a/config.org +++ b/config.org @@ -2503,7 +2503,7 @@ I use the standard Unix-style password management system, [[https://www.password :desc "Password Store" "o s" #'pass) -(after! password-store +(after! pass (setq pass-show-keybindings nil ; Keybindings take up too much space pass-suppress-confirmations t ; Quit shouldn't need a confirm step )