]> git.eshelyaron.com Git - emacs.git/commitdiff
Duh, json.el is in emacs, and json-mode.el is useless here
authorJoão Távora <joaotavora@gmail.com>
Fri, 11 May 2018 01:03:10 +0000 (02:03 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 11 May 2018 01:03:10 +0000 (02:03 +0100)
* eglot.el (Package-Requires): Don't require json-mode

lisp/progmodes/eglot.el

index e33e54045c5f1780ca5411c32cf47f5b9925ab1c..3b3aada055ba1901100c4103b95b8866b37cbbfa 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") (json-mode "1.6.0"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;; 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