branch: externals/elpa
commit bf75312b8e7ea5136905d7a55a6d705b51b2b6c9
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    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.
---
 Makefile | 3 +++
 eglot.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 63db244..1a39c65 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ ELPADEPS ?=--eval '(package-initialize)'                      
\
            --eval '(package-refresh-contents)'                 \
            --eval '(package-install (quote company))'          \
            --eval '(package-install (quote jsonrpc))'          \
+           --eval '(package-install (quote xref))'             \
+           --eval '(package-install (quote project))'          \
+           --eval '(package-install (quote eldoc))'            \
            --eval '(package-install (quote yasnippet))'                \
            --eval '(package-install                            \
                       (cadr (assoc (quote flymake)             \
diff --git a/eglot.el b/eglot.el
index 8a1d162..f3501cb 100644
--- a/eglot.el
+++ b/eglot.el
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <joaotav...@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

Reply via email to