bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23662: 23662


From: Dmitry Alexandrov
Subject: bug#23662: 23662
Date: Thu, 02 Jun 2016 03:56:20 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Dan Dever <dan.dever@caviumnetworks.com> writes:

>> For what it’s worth, ‘which-key-mode’ acts correctly in this case.
>
> Is which-key-mode also 25.1 change?  I'm not familiar with it and get
> "No apropos matches for 'which-key-mode'" when I try to discover it.

‘which-key-mode’ is not a part of GNU Emacs, you have to istall it from
melpa or melpa-stable (‘M-x package-install RET which-key’) first if
you’d like to use it.  I would recommend you to try.

      (which-key-mode 1)

It might be also useful sometimes to get a help for non-prefixed
keybindings, so you might like to map a spare help key sequence
(‘C-h C-k’ / ‘<f1> C-k’ for example):

   (define-key 'help-command (kbd "C-k") #'which-key-show-top-level)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]