spacemacs/doc
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
..
img Change all references of micro-state in codebase to transient-state 2016-01-31 23:04:47 -05:00
BEGINNERS_TUTORIAL.org Key sequence to access FAQ 2018-02-24 19:49:38 -05:00
CONVENTIONS.org Move major specific error key bindings to SPC m E prefix 2018-03-03 16:45:00 -05:00
DOCUMENTATION.org add keybinding to documentation 2018-06-02 18:34:30 +03:00
FAQ.org General solution for underscores in word-motions 2018-05-25 01:41:48 +03:00
LAYERS.org Avoid non-idempotent use of push in init code 2018-06-05 22:17:13 -04:00
QUICK_START.org Update README.org template 2017-07-23 01:22:20 +03:00
VIMUSERS.org Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00