all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs master: package-initialize warning
@ 2018-03-31 12:55 Angelo Graziosi
  2018-03-31 13:42 ` Charles A. Roelli
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Graziosi @ 2018-03-31 12:55 UTC (permalink / raw)
  To: emacs-devel

After building a recent master, starting Emacs prints a warning about package-initialize, which should not be called anymore in the init file. Applying this change

--- init.el-save	2017-08-27 22:02:15.409019114 +0200
+++ init.el	2018-03-31 13:58:03.119791221 +0200
@@ -86,7 +86,8 @@
    'package-archives
    '("melpa" . "http://melpa.org/packages/")
    t)
-  (package-initialize))
+  ;;(package-initialize)
+  )
 
 ;; Settings for tabbar-ruler..
 ;;(setq tabbar-ruler-fancy-tab-separator 'arrow)


seems to fix the warning.

Should I do something else or this is enough?

Thanks,
Angelo.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-31 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-31 12:55 Emacs master: package-initialize warning Angelo Graziosi
2018-03-31 13:42 ` Charles A. Roelli

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.