-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEask
More file actions
19 lines (12 loc) · 554 Bytes
/
Eask
File metadata and controls
19 lines (12 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; -*- mode: eask; lexical-binding: t -*-
(package "vs-electric-spacing"
"0.1.0"
"Add spacing around operators like Visual Studio")
(website-url "https://github.com/emacs-vs/vs-electric-spacing")
(keywords "convenience" "electric" "vs")
(package-file "vs-electric-spacing.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "jcs-elpa")
(source "melpa")
(depends-on "emacs" "26.1")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432