justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.74k stars 87 forks source link

one more fix for when extended-define-key enabled #301

Closed zhaojiangbin closed 3 years ago

zhaojiangbin commented 3 years ago

When which-key-enable-extended-define-key is non-nil, do not call which-key--maybe-replace in which-key--format-and-replace.

Pull requests are welcome as long as the following apply.

  1. The issue you are fixing or feature you are adding is clearly described and/or referenced in the pull request or github issue.
  2. Since which-key is on GNU ELPA, any legally significant changes must have their copyright assigned to the FSF (more info). If you have not done so and would like to assign copyright, please see the request form. This process is easy, but can be slow.
justbur commented 3 years ago

This option is now obsolete. See the recent changes in the README