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

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

Re: use-package :after ??


From: David Masterson
Subject: Re: use-package :after ??
Date: Mon, 15 May 2023 15:27:53 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: David Masterson <dsmasterson@gmail.com>
>> Cc: help-gnu-emacs@gnu.org
>> Date: Sun, 14 May 2023 23:16:52 -0700
>> 
>> If a, b, and c were all ':defer t' and a had ':bind ("C-." . b-mode)'
>> and I later hit that key, that would load c, then b, then a -- right?
>
> No, based on my reading of the docs I think it will cause an error
> (because b cannot be loaded without c being loaded).

D**n typo -- it should've been 'a-mode'. But, as I wrote it, I think
you're right.  My question was that the :bind key would force the load
of the bottom of the tree and the :afters would then force loading of
the parent packages.

-- 
David Masterson



reply via email to

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