Remove forced project.el recipe hack

Now that straight.el fixed the bug upstream there's no reason to force it anymore
This commit is contained in:
Gerry Agbobada 2020-06-18 23:45:02 +02:00 committed by GitHub
parent 1878a08814
commit 305f57f62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)