spacemacs/layers/+spacemacs
Miciah Masters e0b751bee3 Avoid non-idempotent use of push in init code
Replace push with add-to-list in layer init functions and related code.

Modify spacemacs|add-toggle to check for and update an existing toggle in
spacemacs-toggles and only create a new toggle if none already existed.

Replace a conditional push onto erc-packages with use of :toggle.

When initializing which-key, set which-key-replacement-alist to its default
or customized setting before adding all the Spacemacs replacements.  We
want to keep the stock replacements but avoid adding duplicates of the
Spacemacs replacements.

Replace the emacs-lisp-mode-hook lambda with a named function to avoid
adding duplicate hooks (which can add duplicate definitions of the
evil-surround pair).
2018-06-05 22:17:13 -04:00
..
spacemacs-completion Rename ms in helm-nav face definition to ts 2018-05-28 00:14:55 +03:00
spacemacs-defaults keybinding-alphabetic order 2018-06-02 18:34:30 +03:00
spacemacs-editing Add support for dumping Spacemacs 2018-05-20 03:57:54 -04:00
spacemacs-editing-visual Remove adaptive-wrap package as it does not play well with other modes 2018-05-21 00:29:40 -04:00
spacemacs-evil Disable evil-goggles pulse 2018-06-03 02:21:21 -04:00
spacemacs-language Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
spacemacs-layouts Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
spacemacs-misc Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
spacemacs-modeline Force powerline-scale to be 1 when utf-8 separator is used 2018-06-03 01:48:26 -04:00
spacemacs-navigation spacemacs/integrate-evil-search also dupdates evil-ex-search-direction 2018-06-03 23:56:57 -04:00
spacemacs-org org: fix https links 2018-05-22 13:08:43 +03:00
spacemacs-project reorganize spacemacs-base distribution into +spacemacs/spacemacs-xxx 2018-03-04 20:54:54 -05:00
spacemacs-purpose Fix some small typos in spacemacs-purpose documentation 2018-05-30 21:40:27 +02:00
spacemacs-visual Avoid non-idempotent use of push in init code 2018-06-05 22:17:13 -04:00