spacemacs/layers/+completion
duianto 96438694f4
[base] Add cl- prefix to letf and letf*
The cl package has been deprecated.

It had aliases for cl- prefixed commands without the cl- prefix.
Ex: letf or letf* instead of cl-letf or cl-letf*

On the `spacemacs-base` distribution, with the `ivy` layer.
When one tries to search with `SPC /`
(which calls `spacemacs/counsel-search`)

Then this error message is shown:
>spacemacs/counsel-search: Symbol’s function definition is void: letf*

It doesn't happen with the `helm` layer,
because it's search commands already has the `cl-` prefix.

There are also three instances of: `letf`
in the `spacemacs-editing-visual` layers functions:
- `spacemacs/toggle-centered-buffer` (`SPC w c c`)
- `spacemacs/toggle-distraction-free` (`SPC w c C`)
- `spacemacs/centered-buffer-transient-state` (`SPC w c .`)

Without the `cl-` prefix they show the error message:
>Symbol’s function definition is void: letf
2020-02-08 09:17:52 +00:00
..
auto-completion [auto-completion] Don't install company-statistics unless necessary 2020-02-07 20:14:37 +01:00
helm Fix helm-spacemacs-help-faq, SPC h f 2020-01-25 17:37:47 +01:00
ivy [base] Add cl- prefix to letf and letf* 2020-02-08 09:17:52 +00:00
templates Switch to the new layers generator 2019-05-15 21:08:21 +03:00