spacemacs/layers/+spacemacs
Eivind Fonn 08561d8631 core: implement :depends for package declarations
This replaces the older pattern
:toggle (configuration-layer/package-usedp ..)

This implementation ensures that :disabled-for honors dependent packages, i.e.
if package a depends on package b, which is owned by layer c, and layer c is
disabled for layer d, then neither package a nor b will be configured for layer
d. Previously, this was only true for package a, but not b.

This commit also fixes:

- configuration-layer/describe-package now shows which post-init and pre-init
  functions are disabled, if any
- Does not recreate all layer objects unconditionally when calling
  configuration-layer/discover-layers. Previously, this led to all layers being
  recreated after e.g. `SPC h SPC`, without any of the dotfile information.
  Since this information is now necessary for
  configuration-layer/describe-package, it’s important that we don’t clear the
  indexed layers when invoking this function.
2017-06-22 11:53:05 +02:00
..
spacemacs-completion Rename ido ms -> ts 2017-06-18 12:54:47 +02:00
spacemacs-editing undo-tree: fix left/right bindings 2017-06-15 10:23:09 +02:00
spacemacs-editing-visual bindings: highlight-parentheses-mode from SPC t C p to SPC t h p 2017-05-24 12:39:31 +02:00
spacemacs-evil Fix issue #8823: evil-paste-pop doesn't work 2017-06-12 12:29:39 +02:00
spacemacs-language update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
spacemacs-layouts Workspaces transient state: create workspace keys 2017-06-18 19:12:49 +02:00
spacemacs-misc update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
spacemacs-modeline update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
spacemacs-navigation Add require of avy in spacemacs/ace-buffer-links 2017-06-10 16:12:34 +02:00
spacemacs-org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
spacemacs-purpose core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
spacemacs-visual undo-tree: evil bindings for visualizer and window improvements 2017-06-13 12:01:28 +02:00