-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEask
More file actions
25 lines (18 loc) · 703 Bytes
/
Eask
File metadata and controls
25 lines (18 loc) · 703 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
;; -*- mode: eask; lexical-binding: t -*-
(package "buffer-menu-filter"
"0.1.0"
"Filter buffer-menu items using fake header")
(website-url "https://github.com/jcs-elpa/buffer-menu-filter")
(keywords "convenience" "buffer" "menu" "filter")
(package-file "buffer-menu-filter.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "jcs-elpa")
(source "melpa")
(source "gnu")
(depends-on "emacs" "26.1")
(depends-on "buffer-menu-project")
(depends-on "flx")
(depends-on "ht")
(depends-on "msgu")
(setq network-security-level 'low ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
byte-compile-error-on-warn nil)