branch: externals/auth-source-xoauth2-plugin
commit a7feeeec1f2242912db2b410032f1125dab19de2
Author: Xiyue Deng <manp...@gmail.com>
Commit: Xiyue Deng <manp...@gmail.com>

    Small improvements in README.org
---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index d233c06162..b59bdf6ba5 100644
--- a/README.org
+++ b/README.org
@@ -35,7 +35,9 @@ the following:
 #+BEGIN_SRC emacs-lisp
   (nnimap "account_name"
           ...
-          (nnimap-authenticator xoauth2))
+          (nnimap-authenticator xoauth2)
+          ...
+          )
 #+END_SRC
 
 To disable, just toggle the minor mode off by calling `M-x
@@ -55,7 +57,7 @@ following data from the auth-source entry: `auth-url', 
`token-url',
 `state'.  An example Authinfo entry (in JSON format as
 ~/.authinfo.json.gpg) for an Gmail account may look like below:
 
-#+BEGIN_SRC json
+#+BEGIN_SRC js
   {
     "machine": "<your_imap_address_or_email>",
     "login": "<your_email>",

Reply via email to