Load bundle--ct file
This commit is contained in:
parent
3555003e9a
commit
be7ba1d721
1 changed files with 2 additions and 1 deletions
3
init.el
3
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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue