1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Unnecessary call to ‘package-initialize’ in init file を消す

Posted at

emacs を起動したら下記のように言われる

Warning (package): Unnecessary call to ‘package-initialize’ in init file [2 times]

~/.emacs.d/early-init.el

(setq warning-suppress-log-types '((package reinitialization)))

などと書くと消える。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?