dotfiles-emacs/.config/emacs/config/gpg.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

3 lines
68 B
EmacsLisp

(use-package pinentry
:init
(setq epa-pinentry-mode 'loopback))