We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23561f6 + 5ed26ae commit 36cbdb4Copy full SHA for 36cbdb4
1 file changed
README.org
@@ -164,6 +164,12 @@ To do this, follow these steps:
164
[these
165
instructions](https://gist.github.com/koshatul/2427643668d4e89c0086f297f9ed2130).
166
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
173
** Multiple accounts
174
175
There's no support for multiple accounts. If you want to use
0 commit comments