This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+spacemacs
duianto da00174c11 Fix SPC h SPC, void smartparens-mode
Problem:
With the helm layer, `SPC h SPC` shows:
and: Symbol’s value as variable is void: smartparens-mode

Cause:
The `SPC h SPC` helm buffer generates a section called: Toggles
It checks the status of every toggle mode.

But smartparens-mode has the define-minor-mode :init-value nil

Solution:
Check that the two non-global smartparens modes are bound and true:
smartparens-mode
smartparens-strict-mode

Note:
The smartparens global (strict) mode toggles don't need to be checked,
because they enable smartparens-(strict-)mode.
2021-03-18 23:22:21 +01:00
..
spacemacs-completion [ivy] Rebind C-k to C-M-k in ivy-reverse-i-search 2020-10-15 23:10:06 +02:00
spacemacs-defaults Bind frame keys using spacemacs|spacebind 2021-03-13 23:02:40 +01:00
spacemacs-editing Fix SPC h SPC, void smartparens-mode 2021-03-18 23:22:21 +01:00
spacemacs-editing-visual update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-evil Replace move-text with drag-stuff 2021-03-14 00:29:46 +01:00
spacemacs-language update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-layouts Ensure required arguments of macro spacemacs|define-custom-layout 2021-03-18 19:29:07 +01:00
spacemacs-misc update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-modeline update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-navigation Fix home buffer ace links 2021-02-13 09:38:23 +01:00
spacemacs-org Validate .spacemacs variables. 2021-03-18 15:47:02 +02:00
spacemacs-project update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-purpose Update call to purpose-x-magit-multi-on 2021-03-04 20:37:11 +01:00
spacemacs-visual Built-in files auto-update: Thu Mar 18 14:37:56 UTC 2021 2021-03-18 18:07:05 +01:00