spacemacs/layers/+spacemacs
Miciah Masters e8cdaac8d3 Unique defvar for each ts full-hint toggle
Instead of using a single variable for all transient states' full-hint
toggle functions, define a unique variable for each toggle function so that
toggling the full hint for one transient state does not affect the others.

* CHANGELOG.develop: Add an entry for this change.
* layers/+spacemacs/spacemacs-defaults/keybindings.el
(spacemacs--window-manipulation-ts-full-hint-toggle): New variable.
(spacemacs//window-manipulation-ts-toggle-hint)
(spacemacs//window-manipulation-ts-hint): Replace
spacemacs--ts-full-hint-toggle with
spacemacs--window-manipulation-ts-full-hint-toggle.
* layers/+spacemacs/spacemacs-layouts/config.el
(spacemacs--ts-full-hint-toggle): Delete variable.
(spacemacs--layouts-ts-full-hint-toggle)
(spacemacs--workspaces-ts-full-hint-toggle): New variables.
* layers/+spacemacs/spacemacs-layouts/funcs.el
(spacemacs//layouts-ts-toggle-hint, spacemacs//layouts-ts-hint): Replace
spacemacs--ts-full-hint-toggle with spacemacs--layouts-ts-full-hint-toggle.
(spacemacs//workspaces-ts-toggle-hint, spacemacs//workspaces-ts-hint):
Replace spacemacs--ts-full-hint-toggle with
spacemacs--workspaces-ts-full-hint-toggle.
2019-10-13 10:09:42 +02:00
..
spacemacs-completion Fix C-k ivy-previous-line in ivy-switch-buffer 2019-09-17 18:28:02 +02:00
spacemacs-defaults Unique defvar for each ts full-hint toggle 2019-10-13 10:09:42 +02:00
spacemacs-editing Bump undo limits to avoid frequent No further undo information 2019-08-20 22:54:46 -04:00
spacemacs-editing-visual documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-evil Add transient state keys _, j, k 2019-07-14 22:56:57 +02:00
spacemacs-language [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00
spacemacs-layouts Unique defvar for each ts full-hint toggle 2019-10-13 10:09:42 +02:00
spacemacs-misc documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-modeline documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-navigation [centered-cursor-mode] add command to ignored commands 2019-09-16 17:37:42 +03:00
spacemacs-org documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-project Fix copied dir not in minibuffer, clipboard disabled 2019-06-17 09:20:01 +02:00
spacemacs-purpose purpose: Add chat and mail purposes 2019-06-09 21:47:21 +02:00
spacemacs-visual Add transient state keys _, j, k 2019-07-14 22:56:57 +02:00