emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs master: package-initialize warning


From: Charles A. Roelli
Subject: Re: Emacs master: package-initialize warning
Date: Sat, 31 Mar 2018 15:42:56 +0200

Sounds right to me, see etc/NEWS:

  ** Installed packages are now activated *before* loading the init file.
  This is part of a change intended to eliminate the behavior of
  package.el inserting a call to 'package-initialize' into the init
  file, which was previously done when Emacs was started.  As a result
  of this change, it is no longer necessary to call 'package-initialize'
  in your init file.

  However, if your init file changes the values of 'package-load-list' or
  'package-user-dir', or sets 'package-enable-at-startup' to nil then it won't
  work right without some adjustment:
  - you can move that code to the early init file (see above), so those settings
    apply before Emacs tries to activate the packages.
  - you can use the new 'package-quickstart` so activation of packages does not
    need to pay attention to 'package-load-list' or 'package-user-dir' any more.



reply via email to

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