From be7ba1d721aabb782d9f7641364ce47f19f01a4d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 11 Oct 2024 10:09:54 +0200 Subject: [PATCH] Load bundle--ct file --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0e0c0bf9..054bcc5b 100755 --- a/init.el +++ b/init.el @@ -1854,4 +1854,5 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (let ((bundle-dir (expand-file-name "~/.emacs.d/bundle/"))) (when (file-directory-p bundle-dir) (add-to-list 'load-path bundle-dir) - (load "bundle--mk"))) + (load "bundle--ct") + (load "bundle--mk")))