spacemacs/layers/+distributions/spacemacs-bootstrap
duianto 07f31743e7 [evilified] Visual state text objects, exchange point/mark
In evilified visual state.
- Add the inner: `i` and outer `a` text objects.
- Add `o` to exchange the point and mark
  (jump between the start and end of the region)
2021-03-15 19:56:33 +01:00
..
local [evilified] Visual state text objects, exchange point/mark 2021-03-15 19:56:33 +01:00
README.org Fix three typos in various files 2020-10-19 11:48:51 +02:00
config.el update copyright to 2020 2020-09-23 21:25:01 +02:00
funcs.el [core] add z$ as Evil keybinding for set-selective-display (#14146) 2020-11-21 07:25:22 +01:00
packages.el Replace move-text with drag-stuff 2021-03-14 00:29:46 +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