-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEask
More file actions
21 lines (14 loc) · 535 Bytes
/
Eask
File metadata and controls
21 lines (14 loc) · 535 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;; -*- mode: eask; lexical-binding: t -*-
(package "flycheck-dart"
"0.1.0"
"Flycheck for dart analyze")
(website-url "https://github.com/jcs090218/flycheck-dart")
(keywords "tools")
(package-file "flycheck-dart.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "27.1")
(depends-on "flycheck")
(depends-on "dart-mode")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432