-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathEask
More file actions
27 lines (19 loc) · 687 Bytes
/
Copy pathEask
File metadata and controls
27 lines (19 loc) · 687 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
27
;; -*- mode: eask; lexical-binding: t -*-
(package "anaconda-mode"
"0.1.15"
"Code navigation, documentation lookup and completion for Python")
(website-url "https://github.com/proofit404/anaconda-mode")
(keywords "convenience" "anaconda")
(package-file "anaconda-mode.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "25.1")
(depends-on "pythonic")
(depends-on "dash")
(depends-on "s")
(depends-on "f")
(development
(depends-on "cask")
(depends-on "zenburn-theme"))
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432