diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-17 15:32:59 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-17 15:32:59 -0500 |
commit | 9b6b39c06dda5482cb7f2016d9076c2815931445 (patch) | |
tree | 04b9ad8499a75bb8030e454e018cff73d44abf12 | |
parent | b800d2430bf23e91cb15fa88e7a15eb6430b766b (diff) | |
download | configs-9b6b39c06dda5482cb7f2016d9076c2815931445.tar.gz configs-9b6b39c06dda5482cb7f2016d9076c2815931445.tar.xz configs-9b6b39c06dda5482cb7f2016d9076c2815931445.zip |
[emacs] Query for GPG passphrase through minibuffer
-rw-r--r-- | init.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -505,6 +505,12 @@ buffers and/or modes. :config (pixel-scroll-mode 1)) #+end_src +** Ask for GPG passphrase in minibuffer + +#+begin_src emacs-lisp +(setq epg-pinentry-mode 'loopback) +#+end_src + ** Libraries #+begin_src emacs-lisp |