Merge pull request #2673 from stephan-cr/lsp-mode-deps-fix

Add missing dependencies for lsp-mode
This commit is contained in:
Yagnesh Raghava Yakkala 2019-01-02 08:48:01 +05:30 committed by GitHub
commit 231b098151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
(:name lsp-mode (:name lsp-mode
:website "https://github.com/emacs-lsp/lsp-mode" :website "https://github.com/emacs-lsp/lsp-mode"
:description "Emacs client/library for the Language Server Protocol" :description "Emacs client/library for the Language Server Protocol"
:depends (dash f ht spinner)
:type github :type github
:pkgname "emacs-lsp/lsp-mode") :pkgname "emacs-lsp/lsp-mode")