13 lines
363 B
EmacsLisp
Executable file
13 lines
363 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--customfile")
|
|
(load "bundle--keys")
|
|
(load "bundle--coding")
|
|
(load "bundle--holidays")
|
|
(load "bundle--latex")
|
|
(load "bundle--mk")
|
|
(load "bundle--hooks")
|
|
(load "bundle--lists")
|
|
(org-clock-persistence-insinuate)
|