emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 2372bc8 30/69: Fixed extra ) in python example sn


From: João Távora
Subject: [elpa] externals/eglot 2372bc8 30/69: Fixed extra ) in python example snippet (#287)
Date: Sun, 20 Oct 2019 08:21:47 -0400 (EDT)

branch: externals/eglot
commit 2372bc8ea8dde3e0633071e3dab36dfc6cfead7b
Author: Max Zimmerman <address@hidden>
Commit: João Távora <address@hidden>

    Fixed extra ) in python example snippet (#287)
    
    * README.md: Fix typo
    
    Copyright-paperwork-exempt: yes
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 712e420..efa9e79 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ this way:
 ```lisp
 (add-to-list 'eglot-server-programs
              `(python-mode . ("pyls" "-v" "--tcp" "--host"
-                              "localhost" "--port" :autoport))))
+                              "localhost" "--port" :autoport)))
 ```
 
 You can see that the element associated with `python-mode` is now a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]