-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lock
30 lines (25 loc) · 1.15 KB
/
.lock
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
28
29
;; -*- mode: emacs-lisp -*-
(setq configuration-layer-stable-elpa-name "spacelpa")
(setq configuration-layer-stable-elpa-version "0.400")
(setq configuration-layer-stable-elpa-archive (concat configuration-layer-stable-elpa-directory
"spacelpa-"
configuration-layer-stable-elpa-version))
(setq configuration-layer-elpa-subdirectory "develop")
;;(setq configuration-layer-elpa-archives
;; `(("melpa" . "melpa.org/packages/")
;; ("org" . "orgmode.org/elpa/")
;; ("gnu" . "elpa.gnu.org/packages/")
;; ("spacelpa" . ,(concat configuration-layer-stable-elpa-archive "/packages/"))))
(setq configuration-layer-elpa-archives
`(("melpa" . ,(concat user-home-directory ".emacs.d/elpa-mirror/melpa/"))
("org" . ,(concat user-home-directory ".emacs.d/elpa-mirror/org/"))
("gnu" . ,(concat user-home-directory ".emacs.d/elpa-mirror/gnu/"))
;; ("spacelpa" . ,(concat configuration-layer-stable-elpa-archive "/packages/"))
))
(setq package-archive-priorities
'(
;;("spacelpa" . 8)
("melpa" . 4)
("org" . 2)
("gnu" . 1)
))