Allow encryption key selection via minibuffer completion

This way, the usual completion mechanisms can be used — nice!
This commit is contained in:
Daniel Borchmann 2025-03-14 18:15:50 +01:00
parent 1ad53d298f
commit 77fffe3265
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1928,6 +1928,10 @@ Note that this workaround is incomplete, as explained in this comment."
gnutls-min-prime-bits 1024
gnutls-verify-error t))
(use-package epa
:init (when (version<= "30" emacs-version)
(setq epa-keys-select-method 'minibuffer)))
(use-package epg
:init (setq epg-debug t
epg-gpg-program "gpg"))