From f2b37f9a21e3bd02c997c572b1dd3e5b8f5504c7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 24 Feb 2024 13:37:08 +0100 Subject: [PATCH] Load stats --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c4bd437d..14258c7b 100755 --- a/init.el +++ b/init.el @@ -16,7 +16,8 @@ (load "bundle--org") (load "bundle--ux") (load "bundle--mk") - (load "bundle--linux"))) + (load "bundle--linux") + (load "bundle--stats"))) (let ((f "~/feeds.el")) (when (file-exists-p f)