f853124578
problem: The toggle editing style prefix: SPC t E always shows the same names: e -> emacs (holy-mode) h -> hybrid (hybrid-mode) This causes some confusion about how to switch to the vim (evil-mode) editing style, from emacs or hybrid state. solution: Show which editing styles one will switch to: In evil-mode: e -> emacs (holy-mode) h -> hybrid (hybrid-mode) In holy-mode: e -> vim (evil-mode) h -> hybrid (hybrid-mode) In hybrid-mode: e -> emacs (holy-mode) h -> vim (evil-mode) |
||
---|---|---|
.. | ||
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-evilification 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 realize various Spacemacs specific key binding commands