Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving Urbint. I'm pretty sure that most of these are updating Emacs packages, but I'm not positive.
This commit is contained in:
parent
de97c7bcd0
commit
9da3ffee41
1361 changed files with 16539 additions and 16483 deletions
|
|
@ -0,0 +1,17 @@
|
|||
(define-package "lsp-ui" "20180913.833" "UI modules for lsp-mode"
|
||||
'((emacs "25.1")
|
||||
(dash "2.14")
|
||||
(dash-functional "1.2.0")
|
||||
(flycheck "31")
|
||||
(lsp-mode "4.2")
|
||||
(markdown-mode "2.3"))
|
||||
:keywords
|
||||
'("lsp")
|
||||
:authors
|
||||
'(("Tobias Pisani" . "topisani@hamsterpoison.com"))
|
||||
:maintainer
|
||||
'("Tobias Pisani" . "topisani@hamsterpoison.com")
|
||||
:url "https://github.com/emacs-lsp/lsp-ui")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Loading…
Add table
Add a link
Reference in a new issue