diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index b7f3f901..f2ae49c8 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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") diff --git a/init.el b/init.el index 061b5ec2..007e1d13 100755 --- a/init.el +++ b/init.el @@ -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")