spacemacs/layers/+spacemacs/spacemacs-layouts
syl20bnr 3bce69aba1 Fix warnings about unrecognized keys without helm or ivy layers
In perspective transient state. b and l keys in the docstring have no
corresponding functions declared whenever both helm and ivy layers are not
used.

Add two private variables to fix the issue:
- spacemacs--persp-display-buffers-func
- spacemacs--persp-display-perspectives-func

These variables are set to the correct functions by the helm and ivy layers via
a use-package hook.

Default is `ignore` function so b and l does nothing if both helm and ivy layers
are not used, TODO: we should find a better default function.
2017-09-26 00:10:00 -04:00
..
config.el New dotvariable: auto-generate layout names 2017-05-25 13:40:28 +02:00
funcs.el Fix warnings about unrecognized keys without helm or ivy layers 2017-09-26 00:10:00 -04:00
packages.el Fix warnings about unrecognized keys without helm or ivy layers 2017-09-26 00:10:00 -04:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

spacemacs-layouts layer

Description

TODO describe spacemacs-layouts layer in this file