Contrib System new features, ESS contrib layer, Various fixes
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 layersL1
thenL2
, the configuration of both layers forP
will be evaluated in the following orderL1
thenL2
. MoreoverL1
andL2
can both useuse-package
with the appropriate properties. - support for package exclusion on a per contribution layer basis with the optional variable
L-excluded-packages
whereL
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 inruby-mode
! (thanks to trishume)- fix diminished lighter of
smartparens
- fix
fancy narrow mode
(#103)