Hi Nicholas,
Чт 29 апр 2021 @ 13:54 Nicholas D Steeves :
> Antoine Beaupré writes:
>
>> That didn't work, but I manually bisected my .emacs.d/init.el file and
>> came up with this minimal reproducer:
>>
>> (when (require 'package nil t)
>> (setq-default
>>load-prefer-newer t
>>package-
Antoine Beaupré writes:
> On 2021-04-29 13:54:05, Nicholas D. Steeves wrote:
[snip]
>> These Emacs >= 27 changes also affect the point in emacs init where
>> package-enable-at-startup can be set:
>>
>> If non-nil, packages are made available before reading the init file
>> (but after readi
On 2021-04-29 13:54:05, Nicholas D. Steeves wrote:
> Hi Antoine and Lev!
>
> Antoine Beaupré writes:
>
>> That didn't work, but I manually bisected my .emacs.d/init.el file and
>> came up with this minimal reproducer:
>>
>> (when (require 'package nil t)
>> (setq-default
>>load-prefer-newer
Hi Antoine and Lev!
Antoine Beaupré writes:
> That didn't work, but I manually bisected my .emacs.d/init.el file and
> came up with this minimal reproducer:
>
> (when (require 'package nil t)
> (setq-default
>load-prefer-newer t
>package-enable-at-startup nil)
> (package-initialize)
4 matches
Mail list logo