- Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEask
24 lines (16 loc) · 577 Bytes
/
Eask
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;; -*- mode: eask; lexical-binding: t -*-
(package "dart-mode"
"1.0.7"
"Major mode for editing Dart files")
(website-url "https://github.com/bradyt/dart-mode")
(keywords "languages")
(package-file "dart-mode.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "24.3")
(development
(depends-on "ert-runner")
(depends-on "faceup")
(depends-on "package-lint"))
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432