Skip to content

Contrib System new features, ESS contrib layer, Various fixes

Compare
Choose a tag to compare
@syl20bnr syl20bnr released this 12 Nov 05:02
· 6202 commits to master since this release

Contribution System new features

  • support for contrib categories (sub-directories of layers in contrib directory)
  • support for additive configuration, if package P is declared in layers L1 then L2, the configuration of both layers for P will be evaluated in the following order L1 then L2. Moreover L1 and L2 can both use use-package with the appropriate properties.
  • support for package exclusion on a per contribution layer basis with the optional variable L-excluded-packages where L is a layer name.
  • orphan package deletion is now working as expected (ie. it has been fixed :-))

New contribution layer

  • in the lang category, ESS packages were moved from spacemacs layer to its own contrib layer.

Fixes

  • ruby-end now correctly works in ruby-mode ! (thanks to trishume)
  • fix diminished lighter of smartparens
  • fix fancy narrow mode (#103)