spacemacs/layers/+distributions
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
..
spacemacs update docs to the new toc-org format 2017-05-22 18:35:37 +03:00
spacemacs-base [ipython-notebook] Change prefix from "ai" to "ay" 2017-06-12 12:35:27 +02:00
spacemacs-bootstrap Replace obsolete which-key functions 2017-06-15 13:22:13 +02:00
spacemacs-docker update docs to the new toc-org format 2017-05-22 18:35:37 +03:00