summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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