From 4720074e930af287f29127962847e147708d5139 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 18 Mar 2020 18:37:50 +0100 Subject: Use minibuffer for password prompts The GUI prompts frequently lack more context, e.g. if I'm using TRAMP to sudoedit a file, I don't know whether the requested password is for ~/.authinfo.gpg or for superuser authentication. --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs-custom.el b/.emacs-custom.el index 727295e..d16cc94 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -18,6 +18,7 @@ '(ediff-window-setup-function 'ediff-setup-windows-plain) '(electric-pair-mode t) '(enable-recursive-minibuffers t) + '(epg-pinentry-mode 'loopback) '(erc-log-channels-directory "~/.irc-logs") '(erc-log-write-after-insert t) '(erc-log-write-after-send t) -- cgit v1.2.3