aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el')
-rw-r--r--elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el b/elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el
new file mode 100644
index 0000000..73b31c8
--- /dev/null
+++ b/elpa/lsp-ui-20220425.1046/lsp-ui-pkg.el
@@ -0,0 +1,15 @@
+(define-package "lsp-ui" "20220425.1046" "UI modules for lsp-mode"
+ '((emacs "26.1")
+ (dash "2.18.0")
+ (lsp-mode "6.0")
+ (markdown-mode "2.3"))
+ :commit "6cd0409de6ca59c02d752b8e543bb5eaa61357e4" :authors
+ '(("Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song" . "i@maskray.me"))
+ :maintainer
+ '("Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song" . "i@maskray.me")
+ :keywords
+ '("languages" "tools")
+ :url "https://github.com/emacs-lsp/lsp-ui")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: