-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathEask
More file actions
22 lines (14 loc) · 535 Bytes
/
Eask
File metadata and controls
22 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
22
;; -*- mode: eask; lexical-binding: t -*-
(package "git-gutter"
"0.94"
"Port of Sublime Text plugin GitGutter")
(package-file "git-gutter.el")
(website-url "https://github.com/emacsorphanage/git-gutter")
(keywords "")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "25.1")
(development
(depends-on "elisp-lint")
(depends-on "ert"))
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432