emacs/code/elpa/lsp-origami-20230815.704/lsp-origami-pkg.el

17 lines
433 B
EmacsLisp
Raw Normal View History

2023-08-30 13:04:19 +00:00
(define-package "lsp-origami" "20230815.704" "origami.el support for lsp-mode"
'((emacs "27.1")
(origami "1.0")
2023-07-27 21:04:04 +00:00
(lsp-mode "6.1"))
2023-08-30 13:04:19 +00:00
:commit "86aa06517910141c3d5054eea5f7723461fce6a6" :authors
2023-07-27 21:04:04 +00:00
'(("Vibhav Pant"))
:maintainers
'(("Vibhav Pant"))
:maintainer
'("Vibhav Pant")
:keywords
'("languages" "lsp-mode")
:url "https://github.com/emacs-lsp/lsp-origami")
;; Local Variables:
;; no-byte-compile: t
;; End: