summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-18 18:37:50 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-18 18:37:50 +0100
commit4720074e930af287f29127962847e147708d5139 (patch)
treee4359d8b2e19d3025e0aacead6eadd0102c19d51 /.emacs-custom.el
parented713fdae47c1207b0efbe0692e2ef74713ba77c (diff)
downloaddotfiles-4720074e930af287f29127962847e147708d5139.tar.xz
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.
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
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)