spacemacs/layers/+distributions/spacemacs-bootstrap
Tim Ruffing 9e3fc598ad
Don't set :foreground/background to nil to avoid font warnings in emacs29 (#15877)
Fixes https://github.com/syl20bnr/spacemacs/issues/15862
2023-01-13 06:28:55 +00: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 Don't set :foreground/background to nil to avoid font warnings in emacs29 (#15877) 2023-01-13 06:28:55 +00: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