Skip to content

Better readme, better configuration layer creation for new users.

Compare
Choose a tag to compare
@syl20bnr syl20bnr released this 22 Nov 06:08
· 6126 commits to master since this release

Revamp of the README and improve configuration layer creation
Should be easier for new users to get the important information to get started.

  • README.md has been split. It contains only an introduction and quick start kind of information. The huge old README content is now in DOCUMENTATION.md.
  • Simplify the notion of configuration layers (see types of configuration layers)
  • contribsys.el has been renamed to config-system.el
  • new directory private ignored by Git. This is the recommended place to put private configuration layers.
  • new functions:
    • dotspacemacs/install to install the dotfile
    • config-system/create-layer to easily create a new layer in the private directory.

Contribs

  • new packages in trishume contrib: hungry-delete and aggresive-indent (thanks to trishume)
  • better no indent for Python contrib, only : does not auto-indent (thanks to danielwuz)

Fixes

  • Fix face update bug when loading a theme from ~/.spacemacs
  • <SPC> s b put point on the last searched occurrence of auto-highlight-symbol, the micro-state is also enabled.