[dotfile] Add warning about using spacelpa

See #13926 for details
This commit is contained in:
Maximilian Wolff 2020-09-18 22:05:56 +02:00
parent 81187830b6
commit 0125af2beb
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 5 additions and 2 deletions

View File

@ -96,7 +96,8 @@ environment, otherwise it is strongly recommended to let it set to t.")
(defvar dotspacemacs-use-spacelpa nil
"If non-nil then Spacelpa repository is the primary source to install
a locked version of packages. If nil then Spacemacs will install the latest
version of packages from MELPA.")
version of packages from MELPA. Spacelpa is currently in experimental
state and should only be used for testing.")
(defvar dotspacemacs-verify-spacelpa-archives nil
"If non-nil then verify the signature for downloaded Spacelpa archives.")

View File

@ -134,7 +134,9 @@ It should only modify the values of Spacemacs settings."
;; If non-nil then Spacelpa repository is the primary source to install
;; a locked version of packages. If nil then Spacemacs will install the
;; latest version of packages from MELPA. (default nil)
;; latest version of packages from MELPA. Spacelpa is currently in
;; experimental state please use only for testing purposes.
;; (default nil)
dotspacemacs-use-spacelpa nil
;; If non-nil then verify the signature for downloaded Spacelpa archives.