]> git.eshelyaron.com Git - emacs.git/commitdiff
Start experimenting with python
authorJoão Távora <joaotavora@gmail.com>
Wed, 2 May 2018 11:05:47 +0000 (12:05 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 2 May 2018 14:50:17 +0000 (15:50 +0100)
* eglot.el (eglot-executables): Add pyls.

lisp/progmodes/eglot.el

index 22ff0318ca639d9a716a8aed79109a025ee152aa..ff71a2f782f48d9103c088409585c697476182c7 100644 (file)
@@ -37,7 +37,8 @@
   :prefix "eglot-"
   :group 'applications)
 
-(defvar eglot-executables '((rust-mode . ("rls")))
+(defvar eglot-executables '((rust-mode . ("rls"))
+                            (python-mode . ("pyls")))
   "Alist mapping major modes to server executables.")
 
 (defvar eglot--processes-by-project (make-hash-table :test #'equal))