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