[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: managing my keybindings
|
From: |
Andreas Politz |
|
Subject: |
Re: managing my keybindings |
|
Date: |
Sun, 09 May 2010 13:29:27 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Lennart Borgman <address@hidden> writes:
> On Sat, May 8, 2010 at 2:38 AM, LanX <address@hidden> wrote:
>> Hi
>>
>> I'm looking for suggestions how to manage my keybindings.
>>
>> I would like to:
>>
>> a) list them (only *my* keybindings)
>
> Use define-minor-mode and make a global minor mode. Define your key
> bindings there.
>
That's a good idea, but how do we assert, this modes map stays
at the top of minor-mode-map-alist ?
-ap