spacemacs/layers/+distributions
duianto f62934620d [base] Fix evil undo
problem:
Pressing: u
in the spacemacs-base distribution, shows:
evil-undo: Symbol’s function definition is void: undo-tree-undo

cause:
The evil undo system is setup as: undo-tree
but undo-tree is loaded in the spacemacs-editing layer,
and the layer isn't used by default in the spacemacs-base distribution.

solution:
Set the evil undo system to undo-tree when the undo-tree package is used.

Now if undo-tree isn't setup, then:
- u   uses the default Emacs undo command.
- C-r says: Customize ‘evil-undo-system’ for redo functionality.
2020-12-30 20:46:20 +01:00
..
spacemacs update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-base update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-bootstrap [base] Fix evil undo 2020-12-30 20:46:20 +01:00