12 lines
327 B
EmacsLisp
Executable file
12 lines
327 B
EmacsLisp
Executable file
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
|
|
(load "bundle--defaults")
|
|
(load "bundle--encoding")
|
|
(load "bundle--holidays")
|
|
(load "bundle--server")
|
|
(load "bundle--customfile")
|
|
(load "bundle--package")
|
|
(load "bundle--org")
|
|
(load "bundle--ux")
|
|
(load "bundle--latex")
|
|
(load "bundle--mk")
|
|
(load "bundle--linux")
|