spacemacs/layers/+chat
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
..
erc Avoid non-idempotent use of push in init code 2018-06-05 22:17:13 -04:00
jabber jabber: Fix missing optional argument for the alert jabber-alert-echo function. 2018-05-27 23:02:17 +03:00
rcirc Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
slack Fix Slack Layer helm menu display 2018-05-16 00:07:06 +03:00