emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elpa bf75312 35/71: Require Xref, Project and Eldoc fro


From: João Távora
Subject: [elpa] externals/elpa bf75312 35/71: Require Xref, Project and Eldoc from GNU ELPA
Date: Wed, 16 Dec 2020 11:42:20 -0500 (EST)

branch: externals/elpa
commit bf75312b8e7ea5136905d7a55a6d705b51b2b6c9
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@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 <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]