diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-01-04T08·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-01-04T08·30+0100 |
commit | 866d8996e3b5c6c71691726070fbd4719c1c8824 (patch) | |
tree | 22acb23e5b755d7cb304baf4e5903a7a20ce43bc /init/settings.el | |
parent | 40abd164e6133e31e0437e4fa1adc0f3b8ba20d5 (diff) |
feat(settings): Enable GPG pinentry in emacs
This doesn't work via helm-pass yet, not quite sure why (yet).
Diffstat (limited to 'init/settings.el')
-rw-r--r-- | init/settings.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/settings.el b/init/settings.el index 7fc5126a7391..2324a38f4559 100644 --- a/init/settings.el +++ b/init/settings.el @@ -68,4 +68,8 @@ (setq aw-keys '(?f ?j ?d ?k ?s ?l ?a)) ; Homerow keys in sensible order! (setq aw-scope 'frame) ; There are many frames in exwm, I don't care! +;; Configure pinentry for use with GPG +(setq epa-pinentry-mode 'loopback) +(pinentry-start) + (provide 'settings) |