gpg-agent: Comment on issue with starting mu4e

master
Pierre Neidhardt 2017-09-01 16:12:21 +01:00
parent 7c7935acb5
commit a79c90221f
1 changed files with 5 additions and 1 deletions

View File

@ -73,7 +73,9 @@
("sudo" "vi"))))
;;; Support for Emacs' pinentry
;; (setq epa-pinentry-mode 'loopback) ; This will fail if gpg>=2.1 is not available.
;;; TODO: gpg-agent seems to be misconfigured for mu4e at least:
;;; See https://github.com/djcb/mu/issues/829.
(setq epa-pinentry-mode 'loopback) ; This will fail if gpg>=2.1 is not available.
(pinentry-start)
;;; Alias management possibilities:
@ -103,6 +105,8 @@
("mkdir" "*mkdir -p $*")
("mkcd" "*mkdir -p $* && cd $1")))
(add-to-list 'eshell-command-aliases-list alias))
(when (executable-find "emerge")
(add-to-list 'eshell-command-aliases-list '("emerge" "sudo *emerge --color y $*")))
(eshell-write-aliases-list))
;;; Hooks