spacemacs/layers/+completion
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
..
auto-completion yasnippet: fix check for dotspacemacs-directory-snippets-dir 2017-08-27 22:44:18 -04:00
helm Fix warnings about unrecognized keys without helm or ivy layers 2017-09-26 00:10:00 -04:00
ivy Fix warnings about unrecognized keys without helm or ivy layers 2017-09-26 00:10:00 -04:00