spacemacs/layers
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
..
+chat Fix void destructuring-bind after cl pkg deprecation 2020-02-01 08:47:55 +00:00
+checkers [syntax-checking] Add warning against using (global-flycheck-mode) 2020-02-02 00:57:39 +01:00
+completion [base] Add cl- prefix to letf and letf* 2020-02-08 09:17:52 +00:00
+distributions [evilified-state] Map C-w to evil-window-map 2020-01-22 09:36:19 +01:00
+emacs Replace org-toggle-latex-fragment with org-latex-preview 2020-01-30 21:54:26 +00:00
+email [notmuch] rename require to 'ol-notmuch 2020-01-09 14:03:33 +01:00
+filetree [treemacs] Improve documentation 2020-01-30 22:52:05 +00:00
+fonts/unicode-fonts Update references to macOS 2019-10-13 12:04:40 +02:00
+frameworks documentation formatting: Thu Jan 2 22:13:38 UTC 2020 2020-01-02 23:35:41 +01:00
+fun Update references to macOS 2019-10-13 12:04:40 +02:00
+intl [keyboard-layout] Quick Fix of 11954 2020-01-13 13:32:39 +01:00
+lang Fix R lsp company setup 2020-02-08 09:00:43 +00:00
+misc [nlinum] Fix symbol name typo 2020-02-03 21:37:00 +01:00
+music/spotify [spotify] Add notes for ivy search 2019-10-18 22:27:31 +02:00
+os [nixos] Update recommended method for disabling nixos-company-options 2020-02-08 09:05:44 +00:00
+pair-programming/floobits
+readers Fix typos 2019-12-05 22:23:04 +01:00
+source-control Fix missing implicit dependency of the git layer to magit-section 2020-01-23 23:53:38 +01:00
+spacemacs [base] Add cl- prefix to letf and letf* 2020-02-08 09:17:52 +00:00
+tags Fix GNU Global install instructions for macOS 2019-10-19 15:36:02 +02:00
+themes Improve rainbow-identifiers experience for Elisp and CL 2020-01-20 11:37:20 +01:00
+tools [lsp] set jump handler per lsp-managed buffer 2020-02-08 09:08:37 +00:00
+vim [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00
+web-services [search-engine]: Add latex's CTAN archive as new search engine 2019-12-14 20:47:33 +00:00
auto-layer.el
LAYERS.org Remove flow-type layer and add suggestions to use flow in javascript layer 2020-02-01 09:33:46 +00:00