f62934620d
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. |
||
---|---|---|
.. | ||
local | ||
config.el | ||
funcs.el | ||
packages.el | ||
README.org |
spacemacs-bootstrap distribution
Description
This layer loads the necessary packages for spacemacs to start-up.
Features:
- Loads
evil
key bindings and macros for auto-evilification of maps - Loads
holy
andhybrid
modes - Loads the official Spacemacs theme
- Loads
use-package
which is used to load other packages more easily - Loads
hydra
which is used to create transient modes - Loads
which-key
which is used to show key bindings in other modes - Loads
async
which is used to run background processes - Loads
bind-map
andbind-key
which are used to realize various Spacemacs specific key binding commands