From 4d1efd12ae63004fd2f4ac2c5fef47bb8ee8b961 Mon Sep 17 00:00:00 2001 From: "Jauhien Piatlicki (jauhien)" Date: Wed, 5 Mar 2014 18:58:28 +0100 Subject: gs-elpa: exclude cl-lib from dependencies as it is a package needed for compatibility, it breaks things on new emacs --- gs-elpa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs-elpa.json b/gs-elpa.json index 61c7a89..a4accde 100644 --- a/gs-elpa.json +++ b/gs-elpa.json @@ -49,6 +49,6 @@ "vhdl-mode", "view-process", "vm", "volume", "w3mnav", "wanderlust", "whine", "wikipedia-mode", "xclip", "xrdb-mode", "xslide", "yaml-mode", "yasnippet", "yatex", "yc", "zenburn", "yyzenirc" ], - "external": {"emacs": "virtual/emacs"} + "external": {"emacs": "virtual/emacs", "cl-lib": "virtual/emacs"} } } -- cgit v1.2.3-65-gdbad