This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers
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
..
+chat core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+checkers Use a more consistent keybinding for flycheck-buffer 2017-06-08 09:23:23 +02:00
+completion core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+distributions Added frame manipulation commands 2017-06-18 14:10:42 +02:00
+emacs core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+email Fix a missing package name in mu4e documentation 2017-06-12 12:30:41 +02:00
+frameworks Use add-node-modules-path to automatically find local executables 2017-06-07 16:49:11 +02:00
+fun core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+intl keyboard-layout: uniform indentation 2017-06-08 09:52:27 +02:00
+lang core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+misc Clean up parinfer layer 2017-05-29 11:36:46 +02:00
+os core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+pair-programming/floobits update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
+source-control core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+spacemacs core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+tags core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+themes format Docs 2017-06-10 13:14:13 +03:00
+tools core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
+vim Clean up parinfer layer 2017-05-29 11:36:46 +02:00
+web-services core: implement :depends for package declarations 2017-06-22 11:53:05 +02:00
auto-layer.el major-modes: add pkgbuild 2017-06-19 10:53:02 +02:00
LAYERS.org added perl5 layer 2017-06-08 09:02:18 +02:00