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

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

Re: using use-package


From: Stefan Monnier
Subject: Re: using use-package
Date: Thu, 30 Jun 2016 14:32:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Oh, sure. But it requires no support at the other end -- it will work
> with existing packages. I think we need something that has this
> capability. I can see no way of achieving this wit 

I agree that it would be difficult to make it work right without
changing the packages's source code.  But I'd rather make it work right.

>> I think a cleaner way would be to introduce a `define-keymap'.
> I'd agree with this.  It would be simple to get this to work with
> something like extend-key so that
>
> (extend-key my-mode-map "e" 'excellent)
>
> (define-keymap my-mode-map)
>
> would work, without the use of the after-load-functions hook.

Yes, that sounds good.


        Stefan



reply via email to

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