Load bundle--ct file

This commit is contained in:
Marcus Kammer 2024-10-11 10:09:54 +02:00
parent 3555003e9a
commit be7ba1d721
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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")))