OS: Windows 10
Spacemacs branch: develop
Hi, I am behind a corporate proxy. I want to use a local version of elpa through d12frosted's elpa-mirror (https://github.com/d12frosted/elpa-mirror). I have tried to put the following at the beginning of dotspacemacs/init function:
(setq configuration-layer-elpa-archives
`(("melpa" . "~/.emacs.d/.elpa-mirror/melpa/")
("org" . "~/.emacs.d/.elpa-mirror/org/")
("gnu" . "~/.emacs.d/.elpa-mirror/gnu/"))
I get an error linked to an attempt to access melpa.org and indeed:
ctrl-h v configuration-layer-elpa-archives
shows: ("melpa" "melpa.org/melpa")
I have tried also to put the code in user-init, to no avail.
I also modified the code in: .emacs.d\core\core-configuration-layer.el to check if I could override the value at all, again without success.