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

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

Re: Which modifier to use?


From: TRS-80
Subject: Re: Which modifier to use?
Date: Sat, 05 Dec 2020 17:58:58 -0500
User-agent: Roundcube Webmail/1.3.15

On 2020-12-05 17:34, arthur miller wrote:

TRS-80 wrote:

I think it is little known that you can define keys in this way, I
learned it while setting up which-key.  If you use that package, the
car of the alist will appear as the description, allowing you to
create sort of poor man's menu system.  :)

Thanks!

Yes, I use which-key,  but I certainly didn't know I could define keys
with descriptions. Not sure I have use for it immediately, but
interesting indeed!

Just be aware there is a specific order that things need to go[0]:

(setq which-key-enable-extended-define-key t)
(require 'which-key)
(define-key [...])
(which-key-mode)

Above is only for which-key purposes.  Doing define-key in that alist
style as my first email is supported by vanilla define-key (or so I
learned).

Cheers,
TRS-80

[0] https://github.com/justbur/emacs-which-key/issues/263



reply via email to

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