-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEask
More file actions
23 lines (16 loc) · 610 Bytes
/
Eask
File metadata and controls
23 lines (16 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;; -*- mode: eask; lexical-binding: t -*-
(package "nerd-icons-buffer-menu"
"0.1.0"
"Display nerd icons in `buffer-menu'")
(website-url "https://github.com/jcs-elpa/nerd-icons-buffer-menu")
(keywords "frames")
(package-file "nerd-icons-buffer-menu.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(source 'jcs-elpa)
(depends-on "emacs" "26.1")
(depends-on "nerd-icons")
(depends-on "noflet")
(depends-on "msgu")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432