2020-07-26 14:36:43 +02:00
|
|
|
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
|
2020-11-18 15:27:56 +01:00
|
|
|
(load "bundle--defaults")
|
2022-05-06 19:31:15 +02:00
|
|
|
(load "bundle--encoding")
|
|
|
|
(load "bundle--holidays")
|
2020-07-26 14:36:43 +02:00
|
|
|
(load "bundle--server")
|
2020-08-20 18:47:45 +02:00
|
|
|
(load "bundle--package")
|
2022-05-06 19:31:15 +02:00
|
|
|
(load "bundle--org")
|
2022-08-12 12:59:23 +02:00
|
|
|
(load "bundle--qda")
|
2020-08-20 18:47:45 +02:00
|
|
|
(load "bundle--customfile")
|
2020-10-29 15:40:29 +01:00
|
|
|
(load "bundle--latex")
|
2020-11-03 20:27:27 +01:00
|
|
|
(load "bundle--mk")
|
2022-09-10 20:28:05 +02:00
|
|
|
(let ((helper (expand-file-name "~/quicklisp/slime-helper.el")))
|
|
|
|
(if (file-exists-p helper)
|
|
|
|
(load helper)))
|