spacemacs/layers/+distributions/spacemacs-bootstrap
duianto 6a84fb3c0e Replace obsolete which-key functions
Problem:
Two which-key functions doc-strings, state that they are obsolete:

(which-key-declare-prefixes KEY-SEQUENCE REPLACEMENT &rest MORE)
This function is obsolete since 2016-10-05;
use ‘which-key-add-key-based-replacements’ instead.

(which-key-declare-prefixes-for-mode MODE KEY-SEQUENCE REPLACEMENT &rest MORE)
This function is obsolete since 2016-10-05;
use ‘which-key-add-major-mode-key-based-replacements’ instead.

Solution:
Replace the obsolete functions.

Searching with `SPC /` through the .emacs.d folder, didn't find any other
occurrences of these functions.
2017-06-15 13:22:13 +02:00
..
config.el
funcs.el Set evil-search-module correctly 2017-03-13 21:06:07 +02:00
packages.el Replace obsolete which-key functions 2017-06-15 13:22:13 +02:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

spacemacs-bootstrap distribution

Description

TODO describe spacemacs-bootstrap distribution in this file