spacemacs/core
Ray 5bd1603b65 [Fix] dotspacemacs/test-dotfile complains error on new custom vars
After new custom `dotspacemacs-*` variables being introduced in
`core/core-dotspacemacs.el`, if one has an old `.spacemacs` without these
variables set, `SPC f e R` will complain error messages like
```
Variable: "dotspacemacs-emacs-dumper-dump-file" has value: "nil" that doesn't
match its type: "string"...
```
even if these variables have already had initial value.

This is because `dotspacemacs||let-init-test` macro only locally declares these
variables without setting them with their initial value.

This pull request fix this issue by expanding (dotspacemacs/get-variable-list)
into `'((var1 value1) (var2 value2) ...)` list instead of `(var1 var2 ...)`.
2021-04-10 09:43:44 +02:00
..
aprilfool Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
banners [home] Add GPLv3 badge in footer 2021-03-25 22:59:32 -04:00
gnupg [core] Update spacemacs GPG public key 2019-08-23 12:39:22 -04:00
info core: change scope of elpa stable variables 2017-11-01 23:23:34 -04:00
libs [bot] Auto-update (#14573) 2021-04-05 23:19:49 +02:00
templates Add missing GPLv3 headers to various files 2021-04-09 20:52:24 +00:00
core-command-line.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-compilation.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-configuration-layer.el Check package updates from Spacemacs home buffer 2021-04-09 21:40:19 +02:00
core-custom-settings.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-customization.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-debug.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-display-init.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-documentation.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-dotspacemacs.el [Fix] dotspacemacs/test-dotfile complains error on new custom vars 2021-04-10 09:43:44 +02:00
core-dumper.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-early-funcs.el [init] Disable GUI elements in early-init as well (#14559) 2021-04-08 22:25:14 +02:00
core-emacs-backports.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-env.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-fonts-support.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-funcs.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-hooks.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-jump.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-keybindings.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-load-paths.el [home] Add GPLv3 badge in footer 2021-03-25 22:59:32 -04:00
core-micro-state.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-progress-bar.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-release-management.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-spacebind.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-spacemacs-buffer.el [dotfile] New var: dotspacemacs-startup-buffer-multi-digit-delay 2021-04-08 22:27:54 +02:00
core-spacemacs.el [init] Disable GUI elements in early-init as well (#14559) 2021-04-08 22:25:14 +02:00
core-themes-support.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-toggle.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-transient-state.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-use-package-ext.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
core-versions.el Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00