spacemacs/layers/+distributions/spacemacs-bootstrap
Maxi Wolff b28d65b7aa Load use-package extensions before usual layer loading 2022-12-14 13:37:27 +01:00
..
local chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
README.org Fix three typos in various files 2020-10-19 11:48:51 +02:00
config.el Undo-region: more ergonomic keybindings (#15631) 2022-07-15 19:26:28 +00:00
funcs.el Load use-package extensions before usual layer loading 2022-12-14 13:37:27 +01:00
packages.el Load use-package extensions before usual layer loading 2022-12-14 13:37:27 +01:00

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 and hybrid 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 and bind-key which are used to realize various Spacemacs specific key binding commands