3de7081950
Moved: - ("ai" "irc") to both the `erc` and `rcirc` layers. They don't have to be renamed until the layers are loaded. - ("ay" "ipython notebook") to the `ipython-notebook` layer. - ("p$" "projects/shell") ("'" "open shell") ("as" "shells") to the `shell` layer. - The commands with keybindings from spacemacs-bootstrap/packages.el to spacemacs-defaults/keybindings.el. Removed: - ("gd" "diff") it seems to be an old group name, there's no `SPC g d` group at the moment. - ("Re" "elisp") and ("Rp" "pcre") because they have moved to: ("xr" "regular expressions") ("xre" "elisp") ("xrp" "pcre") - ("xm" "move") seems to be an old move text group, the current keybindings are `SPC x J` and `SPC x K` which opens the Move Text Transient State. - ("b" "persp-buffers") because `SPC b` is also renamed as ("b" "buffers") which is more general and not persp-mode specific. |
||
---|---|---|
.. | ||
local | ||
config.el | ||
funcs.el | ||
packages.el | ||
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-evilifcation of maps - Loads
holy
andhybrid
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
andbind-key
which are used to realise various spacemacs specific key binding commands