12 lines
361 B
EmacsLisp
Executable file
12 lines
361 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--package")
|
|
(load "bundle--org")
|
|
(load "bundle--qda")
|
|
(load "bundle--customfile")
|
|
(load "bundle--latex")
|
|
(load "bundle--mk")
|
|
(load (expand-file-name "~/quicklisp/slime-helper.el"))
|