spacemacs/layers/+distributions/spacemacs-bootstrap/README.org
duianto 3868a5364f [doc] Fix typos and add missing/remove extra ~
Add missing ~ (tilde) around key bindings.
Remove an extra ~.
2019-06-01 20:40:22 +02:00

22 lines
803 B
Org Mode

#+TITLE: spacemacs-bootstrap distribution
#+TAGS: distribution|layer|spacemacs
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
* 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