diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-10-23 09:57:49 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-10-23 09:57:49 -0700 |
| commit | 7be2130bfe376dee962579be6924bc333e33346e (patch) | |
| tree | 26822645f9e1736eb3f4cf17917194f0ad8c2d04 /emacs | |
| parent | 108b21270a680e7f03264deb775fd4b5e77d2923 (diff) | |
don't want only emacs pinentry for gpg
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 2 |
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 |
