Skip to content

Commit 36cbdb4

Browse files
authored
Merge pull request #268 from cashpw/docs/epg-pinentry-mode
docs(readme): Advise setting epg-pinentry-mode
2 parents 23561f6 + 5ed26ae commit 36cbdb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ To do this, follow these steps:
164164
[these
165165
instructions](https://gist.github.com/koshatul/2427643668d4e89c0086f297f9ed2130).
166166

167+
Set `epg-pinentry-mode` to `'loopback` to avoid hanging errors during sync (#267).
168+
169+
#+begin_src elisp
170+
(setq epg-pinentry-mode 'loopback)
171+
#+end_src
172+
167173
** Multiple accounts
168174

169175
There's no support for multiple accounts. If you want to use

0 commit comments

Comments
 (0)