Clean up package functions

This commit is contained in:
Marcus Kammer 2024-12-02 16:33:47 +01:00
parent 022965a183
commit 01a53ccdc5
2 changed files with 0 additions and 9 deletions

View file

@ -281,9 +281,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
("stable" . 70) ("stable" . 70)
("melpa" . 0))) ("melpa" . 0)))
;;; Load post-early-init.el
(minimal-emacs-load-user-init "post-early-init.el")
(provide 'early-init) (provide 'early-init)
;;; early-init.el ends here ;;; early-init.el ends here

View file

@ -23,12 +23,6 @@
(fullscreen . maximized) (fullscreen . maximized)
,(if (eq system-type 'gnu/linux) '(undecorated . t) '(undecorated . nil)))) ,(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) (package-initialize)
(unless package-archive-contents (unless package-archive-contents