From b3ac428587f1c110f1d7f9073324257193d2a189 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 30 Apr 2022 15:24:56 +0200 Subject: [PATCH] Remove package loading --- bundle/bundle--package.el | 6 ++++++ init.el | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) 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")