From 9c3b1be28219629f3913b777da8df9aa16fec43b Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 26 Feb 2024 16:18:54 +0100 Subject: [PATCH] Load --stats before other custom bundles --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 14258c7b..bb3189c5 100755 --- a/init.el +++ b/init.el @@ -14,10 +14,10 @@ (load "bundle--calendar") (load "bundle--email") (load "bundle--org") + (load "bundle--stats") (load "bundle--ux") (load "bundle--mk") - (load "bundle--linux") - (load "bundle--stats"))) + (load "bundle--linux"))) (let ((f "~/feeds.el")) (when (file-exists-p f)