14 lines
369 B
EmacsLisp
Executable file
14 lines
369 B
EmacsLisp
Executable file
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
|
|
(load "bundle--defaults")
|
|
(load "bundle--server")
|
|
(load "bundle--package")
|
|
(load "bundle--gui")
|
|
(load "bundle--org")
|
|
(load "bundle--magit")
|
|
(load "bundle--irc")
|
|
(load "bundle--news")
|
|
(load "bundle--customfile")
|
|
(load "bundle--coding")
|
|
(load "bundle--holidays")
|
|
(load "bundle--latex")
|
|
(load "bundle--mk")
|