Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
cask: add new project file to install dependencies
Browse files Browse the repository at this point in the history
This is very useful for developement and helps get linting in better
shape.
  • Loading branch information
seanfarley committed Dec 20, 2018
1 parent 0dc5c76 commit 8993625
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cask
@@ -0,0 +1,10 @@
(source gnu)
(source melpa)

(package-file "lsp-python-ms.el")

(files "*.el")

(development
(depends-on "lsp-mode")
(depends-on "projectile"))

0 comments on commit 8993625

Please sign in to comment.