feat(settings): Enable GPG pinentry in emacs
This doesn't work via helm-pass yet, not quite sure why (yet).
This commit is contained in:
parent
40abd164e6
commit
866d8996e3
1 changed files with 4 additions and 0 deletions
|
@ -68,4 +68,8 @@
|
||||||
(setq aw-keys '(?f ?j ?d ?k ?s ?l ?a)) ; Homerow keys in sensible order!
|
(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!
|
(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)
|
(provide 'settings)
|
||||||
|
|
Loading…
Add table
Reference in a new issue