From 924a161ba68ec764531284851781b2aaa96a4a82 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 20 Aug 2020 10:32:46 -0500 Subject: [PATCH] Pull lsp-pyright from melpa --- modules/lang/python/packages.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/lang/python/packages.el b/modules/lang/python/packages.el index 21a0759e4..8ec454b88 100644 --- a/modules/lang/python/packages.el +++ b/modules/lang/python/packages.el @@ -12,10 +12,7 @@ (when (featurep! +lsp) (unless (featurep! :tools lsp +eglot) (if (featurep! +pyright) - (package! lsp-pyright - ;; REVIEW Remove this when added to melpa - :recipe (:host github :repo "emacs-lsp/lsp-pyright") - :pin "9603dda12afaae9c82608c7d3762f98b24b8563f") + (package! lsp-pyright :pin "9603dda12afaae9c82608c7d3762f98b24b8563f") (package! lsp-python-ms :pin "a884a9a4eb1a3acd3d70c776aec5e968bbdc1731")))) ;; Programming environment