> On 13 Jul 2024, at 16:53, Marco Antoniotti <marco.antoniotti@unimib.it> wrote:
>
> Sorry. I was so caught up colorizing that I messed it up. I meant USE-PACKAGE
use-package is a function.
I think it would be saner to define a separate function to add nicknames, rather than modify use-package.
(use-package :foo.with.long.name)
(add-local-nickname :foo.with.long.name :foo)
--
__Pascal Bourguignon__