spacemacs/layers/+tools
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
..
ansible core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
bm add bm layer 2017-06-10 12:54:58 +03:00
cfengine update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
chrome update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
command-log update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
dash core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
deft update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
docker Use proper markup for code in readmes 2017-05-24 11:57:17 +02:00
fasd update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
finance core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
geolocation geolocation: cleanup 2017-06-13 10:45:05 +02:00
imenu-list update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
nginx update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
node Disable add-node-modules-path by default 2017-06-08 08:59:06 +02:00
pandoc update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
pass Pass: support for ivy and fix undefined dostpacemacs-use-ido 2017-05-28 16:17:45 +02:00
pdf-tools Use proper markup for code in readmes 2017-05-24 11:57:17 +02:00
prodigy update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
puppet update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
ranger Ranger Layer: Docs: Updated key bindings 2017-06-18 12:37:19 +02:00
rebox Use proper markup for code in readmes 2017-05-24 11:57:17 +02:00
restclient core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
salt update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
shell update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
speed-reading update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
sphinx update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
systemd update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
terraform update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
tmux Prevent tmux-command at GUI mode 2017-05-23 15:15:37 +02:00
transmission Add transmission layer. 2017-06-12 17:40:59 +03:00
vagrant update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
ycmd core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00