15 lines
380 B
EmacsLisp
Executable file
15 lines
380 B
EmacsLisp
Executable file
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
|
|
(require 'server)
|
|
(or (eq (server-running-p) t)
|
|
(server-start))
|
|
(load "bundle--general")
|
|
(load "bundle--gui")
|
|
(load "bundle--package")
|
|
(load "bundle--irc")
|
|
(load "bundle--news")
|
|
(load "bundle--calendar")
|
|
(load "bundle--email")
|
|
(load "bundle--org")
|
|
(load "bundle--ux")
|
|
(load "bundle--mk")
|
|
(load "bundle--linux")
|