spacemacs/layers/+source-control
duianto b5fb7d5376 [base] Fix void spacemacs-evil-collection-allowed-list
problem
In the `spacemacs-base` distribution.

When the `git-enable-magit-todos-plugin`
layer variable is enabled.

Then the following message appears on startup:
>An error occurred while pre-configuring magit-todos in layer git (error: (void-variable spacemacs-evil-collection-allowed-list))

cause
The `spacemacs-evil-collection-allowed-list` variable
is assigned in the `git` layer.

But it's defined in the `spacemacs-evil` layer.

The `spacemacs-evil` layer isn't used by default
in the `spacemacs-base` distribution.

solution
Check that the `spacemacs-evil` layer is used
before adding to the variable.
2021-04-15 22:05:35 +02:00
..
git [base] Fix void spacemacs-evil-collection-allowed-list 2021-04-15 22:05:35 +02:00
github Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
perforce Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
version-control Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00