diff --git a/early-init.el b/early-init.el index 3f6b6983..726fbd4d 100644 --- a/early-init.el +++ b/early-init.el @@ -281,9 +281,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and ("stable" . 70) ("melpa" . 0))) -;;; Load post-early-init.el -(minimal-emacs-load-user-init "post-early-init.el") - (provide 'early-init) ;;; early-init.el ends here diff --git a/init.el b/init.el index 72fac696..149170fe 100755 --- a/init.el +++ b/init.el @@ -23,12 +23,6 @@ (fullscreen . maximized) ,(if (eq system-type 'gnu/linux) '(undecorated . t) '(undecorated . nil)))) -(setq package-archives - '(("melpa" . "https://melpa.org/packages/") - ("org" . "https://orgmode.org/elpa/") - ("elpa" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) - (package-initialize) (unless package-archive-contents