Fixed compatibility with lsp-mode above 7.0.1

This commit is contained in:
advocem 2020-10-01 21:06:15 +07:00
parent 6138ce5b0a
commit 854aadafc7

View File

@ -3,4 +3,5 @@
:description "Emacs client/library for the Language Server Protocol"
:depends (dash f ht hydra spinner markdown-mode)
:type github
:pkgname "emacs-lsp/lsp-mode")
:pkgname "emacs-lsp/lsp-mode"
:load-path ("." "clients"))