From 305f57f62ce18dc4a980679a5d3cb5ad1e3cf107 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada <10496163+gagbo@users.noreply.github.com> Date: Thu, 18 Jun 2020 23:45:02 +0200 Subject: [PATCH] Remove forced project.el recipe hack Now that straight.el fixed the bug upstream there's no reason to force it anymore --- modules/tools/lsp/packages.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/tools/lsp/packages.el b/modules/tools/lsp/packages.el index b6bea03bd..99775aca2 100644 --- a/modules/tools/lsp/packages.el +++ b/modules/tools/lsp/packages.el @@ -4,9 +4,7 @@ (if (featurep! +eglot) (progn (package! eglot :pin "ac9239bed5e3bfbf057382d1a75cdfa23f2caddd") - (package! project - :recipe (:host github :repo "emacs-straight/project") - :pin "da0333a697b18f0a863c1b1523d2fc7991b31174")) + (package! project :pin "da0333a697b18f0a863c1b1523d2fc7991b31174")) (package! lsp-mode :pin "5f3f9848b2d4afc69049121c60126a6405447106") (package! lsp-ui :pin "d92cf83d95c9ca177b735500ead88cf68dc2e2db") (when (featurep! :completion ivy)