spacemacs/layers/+frameworks
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
..
django Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
react Avoid non-idempotent use of push in init code 2018-06-05 22:17:13 -04:00
ruby-on-rails Revert back to in documentation 2018-06-02 16:37:56 +03:00