From: João Távora Date: Thu, 14 May 2020 22:10:48 +0000 (+0100) Subject: Require xref, project and eldoc from gnu elpa X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c57ee29fb45dd06a71b9acb87712397f38ca22d8;p=emacs.git Require xref, project and eldoc from gnu elpa * Makefile (ELPADEPS): Install Xref, Project and Eldoc. * eglot.el (Package-Requires): Require Xref, Project and Eldoc from GNU ELPA. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 8a1d162c6d9..f3501cbbcf2 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -7,7 +7,7 @@ ;; Maintainer: João Távora ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.8")) +;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.8") (package "0.1.1") (xref "1.0.1") (eldoc "1.0.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by