0fa3658cd8
This idea is to have the spacemacs-base distribution only configure defaults for built-in packages. Those buit-in packages are now configured in the new layer spacemacs-defaults. Additionally some other packages of spacemacs-base have been dispatched to better suiting spacemacs layers. Projectile has been moved to the new layer spacemacs-project - Move the following packages to bootsrap distributio layer: - exec-path-from-shell - evil-evilified-state - holy-mode - hybrid-mode - spacemacs-theme - ace-window has been moved to spacemacs-navigation - centered-buffer-mode has been moved to spacemacs-editing-visual - pcre2el has been moved to spacemacs-editing - evil-escape and evil-visualstar have been moved to spacemacs-evil
19 lines
783 B
Org Mode
19 lines
783 B
Org Mode
#+TITLE: spacemacs-bootstrap distribution
|
|
|
|
* Table of Contents :TOC_4_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 keybindings in other modes
|
|
- Loads =async= which is used to run background processes
|
|
- Loads =bind-map= and =bind-key= which are used to realise various
|
|
spacemacs specific keybinding commands
|