-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEask
More file actions
26 lines (19 loc) · 701 Bytes
/
Eask
File metadata and controls
26 lines (19 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;; -*- mode: eask; lexical-binding: t -*-
(package "define-it"
"0.2.5"
"Define, translate, wiki the word")
(website-url "https://github.com/jcs-elpa/define-it")
(keywords "convenience" "dictionary" "explanation" "search" "wiki")
(package-file "define-it.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "25.1")
(depends-on "s")
(depends-on "popup")
(depends-on "pos-tip")
(depends-on "posframe")
(depends-on "define-word")
(depends-on "google-translate")
(depends-on "wiki-summary")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432