File: Eask

package info (click to toggle)
elenv 0.1.0%2Bgit20231211.94cf71e-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: lisp: 85; makefile: 34
file content (18 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(package "elenv"
         "0.1.0"
         "Environment variable management")

(website-url "https://github.com/jcs-elpa/elenv")
(keywords "maint")

(package-file "elenv.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source 'gnu)
(source 'melpa)
(source 'jcs-elpa)

(depends-on "emacs" "26.1")

(setq network-security-level 'low)  ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432