]> git.eshelyaron.com Git - emacs.git/commitdiff
Require xref, project and eldoc from gnu elpa
authorJoão Távora <joaotavora@gmail.com>
Thu, 14 May 2020 22:10:48 +0000 (23:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 16 May 2020 10:13:13 +0000 (11:13 +0100)
* Makefile (ELPADEPS): Install Xref, Project and Eldoc.

* eglot.el (Package-Requires): Require Xref, Project and Eldoc
from GNU ELPA.

lisp/progmodes/eglot.el

index 8a1d162c6d9ad0f46f0ad22e0023a0515867b7b6..f3501cbbcf2b33a3c84c8b5d86e7c2c445b8c43b 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; 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