spacemacs/layers/+distributions/spacemacs-bootstrap
syl20bnr d28990537f Add new variable dotspacemacs-import-env-vars-shell-file-name
Used to fetch the environment variables. This allows to keep shell-file-name
untouched.
2018-06-15 02:40:44 -04:00
..
local core: async import of env.vars and add new dotfile variable 2018-06-15 01:38:07 -04:00
config.el Cache PATH and env vars. fetched with exec-path-from-shell 2018-06-11 03:54:51 -04:00
funcs.el Add new variable dotspacemacs-import-env-vars-shell-file-name 2018-06-15 02:40:44 -04:00
packages.el core: async import of env.vars and add new dotfile variable 2018-06-15 01:38:07 -04: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-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