Handle GPG ascii armored .asc files like .gpg files

This commit is contained in:
Daniel Borchmann 2025-06-08 19:40:05 +02:00
parent db16dec343
commit b7819025e9
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2100,6 +2100,9 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package epa
:init (setq epa-keys-select-method 'minibuffer))
(add-to-list 'file-name-handler-alist
'("\\.asc\\'" . epa-file-handler))
(use-package epg
:init (setq epg-debug t
epg-gpg-program "gpg"))