Add bundles
This commit is contained in:
parent
ece6521a8a
commit
548b6b0c58
1 changed files with 7 additions and 3 deletions
10
init.el
10
init.el
|
@ -2,12 +2,16 @@
|
||||||
(load "bundle--defaults")
|
(load "bundle--defaults")
|
||||||
(load "bundle--server")
|
(load "bundle--server")
|
||||||
(load "bundle--package")
|
(load "bundle--package")
|
||||||
|
(load "bundle--gui")
|
||||||
|
(load "bundle--org")
|
||||||
|
(load "bundle--magit")
|
||||||
|
(load "bundle--irc")
|
||||||
|
(load "bundle--news")
|
||||||
(load "bundle--customfile")
|
(load "bundle--customfile")
|
||||||
(load "bundle--coding")
|
(load "bundle--coding")
|
||||||
(load "bundle--holidays")
|
(load "bundle--holidays")
|
||||||
(load "bundle--latex")
|
(load "bundle--latex")
|
||||||
(load "bundle--mk")
|
(load "bundle--mk")
|
||||||
|
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(add-hook 'after-init-hook (lambda ()
|
(add-hook 'after-init-hook (lambda () (org-agenda-list) (me/split-h3))))
|
||||||
(org-agenda-list)
|
|
||||||
(me/split-h3))))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue