Remove package loading

This commit is contained in:
Marcus Kammer 2022-04-30 15:24:56 +02:00
parent 993622a9b2
commit b3ac428587
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 6 additions and 5 deletions

View file

@ -210,3 +210,9 @@
(use-package simple-httpd)
(use-package elpher)
(load "bundle--gui")
(load "bundle--org")
(load "bundle--magit")
(load "bundle--irc")
(load "bundle--news")

View file

@ -2,11 +2,6 @@
(load "bundle--defaults")
(load "bundle--server")
(load "bundle--package")
(load "bundle--gui")
(load "bundle--org")
(load "bundle--magit")
(load "bundle--irc")
(load "bundle--news")
(load "bundle--customfile")
(load "bundle--coding")
(load "bundle--holidays")