20 lines
602 B
EmacsLisp
20 lines
602 B
EmacsLisp
(define-package "lsp-ui" "20240514.1943" "UI modules for lsp-mode"
|
|
'((emacs "27.1")
|
|
(dash "2.18.0")
|
|
(lsp-mode "6.0")
|
|
(markdown-mode "2.3"))
|
|
:commit "00f1fecdfb41c30428734cf27e492f26f46627fb" :authors
|
|
'(("Sebastien Chapuis" . "sebastien@chapu.is")
|
|
("Fangrui Song" . "i@maskray.me"))
|
|
:maintainers
|
|
'(("Sebastien Chapuis" . "sebastien@chapu.is")
|
|
("Fangrui Song" . "i@maskray.me"))
|
|
:maintainer
|
|
'("Sebastien Chapuis" . "sebastien@chapu.is")
|
|
:keywords
|
|
'("languages" "tools")
|
|
:url "https://github.com/emacs-lsp/lsp-ui")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|