summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-10-23 09:57:49 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-10-23 09:57:49 -0700
commit7be2130bfe376dee962579be6924bc333e33346e (patch)
tree26822645f9e1736eb3f4cf17917194f0ad8c2d04 /emacs/init.el
parent108b21270a680e7f03264deb775fd4b5e77d2923 (diff)
don't want only emacs pinentry for gpg
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 72a40d6..361d05e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -435,7 +435,7 @@ given keymap or in the global keymap."
(use-package pass ; password integration
:demand t
:init
- (pinentry-start)
+ ;; (pinentry-start)
(use-package password-store)
(use-package auth-source-pass :init (auth-source-pass-enable))
:custom