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

Commit 8993625

Browse files
committed
cask: add new project file to install dependencies
This is very useful for developement and helps get linting in better shape.
1 parent 0dc5c76 commit 8993625

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cask

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(source gnu)
2+
(source melpa)
3+
4+
(package-file "lsp-python-ms.el")
5+
6+
(files "*.el")
7+
8+
(development
9+
(depends-on "lsp-mode")
10+
(depends-on "projectile"))

0 commit comments

Comments
 (0)