spacemacs/layers/+distributions/spacemacs-bootstrap
duianto 9e184994ad Hide spacemacs// command prefixes in which-key
spacemacs/ was already hidden, but commands starting with
spacemacs// showed a leading slash: /<command name>
2019-11-24 22:14:02 +01:00
..
local Fix hybrid-mode error when dumping (fixes #11923) 2019-09-13 23:25:21 +02:00
config.el core: rework environment variables and PATH management 2018-06-25 02:55:28 -04:00
funcs.el core: rework environment variables and PATH management 2018-06-25 02:55:28 -04:00
packages.el Hide spacemacs// command prefixes in which-key 2019-11-24 22:14:02 +01:00
README.org [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00

spacemacs-bootstrap distribution

Description

This layer loads the necessary packages for spacemacs to start-up.

Features:

  • Loads evil key bindings and macros for auto-evilifcation 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