:defer 0.4
:config (pixel-scroll-mode 1))
-;; ask for GPG passphrase in minibuffer
-(use-feature epa
- :custom
- ; this will fail if gpg>=2.1 is not available
- (epa-pinentry-mode 'loopback))
-
(use-feature epg-config
- :defer 0.4
:custom
- ((epg-gpg-program (executable-find "gpg"))
- (epg-pinentry-mode 'loopback)))
-
-(use-feature epg
- :after epg-config)
-
-(use-package pinentry
- :demand
- :after (epa epg server)
- :config
- (setq pinentry--socket-dir server-socket-dir)
- (pinentry-start))
+ ((epg-gpg-program (executable-find "gpg"))))
;; useful libraries
(require 'cl-lib)
default-cache-ttl 43200
-max-cache-ttl 43200
+max-cache-ttl 86400
-default-cache-ttl-ssh 10800
-max-cache-ttl-ssh 10800
+default-cache-ttl-ssh 43200
+max-cache-ttl-ssh 86400
-pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs
-allow-emacs-pinentry
-allow-loopback-pinentry
+pinentry-program /home/bandali/.guix-profile/bin/pinentry