From 21186b9a9fff9d2647afdd99ada886a4e0bbefc2 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 25 May 2024 15:20:36 +0530 Subject: [PATCH] Update recipe for eglot (#2938) - Mention that it is built into Emacs 29 - Bump minimum emacs version to 26.3 --- recipes/eglot.rcp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/eglot.rcp b/recipes/eglot.rcp index 28025c4b9..97eca6dd9 100644 --- a/recipes/eglot.rcp +++ b/recipes/eglot.rcp @@ -2,4 +2,5 @@ :type github :description "Client for Language Server Protocol (LSP) servers" :pkgname "joaotavora/eglot" - :minimum-emacs-version "26.1") + :minimum-emacs-version "26.3" + :builtin "29")