Load --stats before other custom bundles
This commit is contained in:
parent
63e9c5d7e3
commit
9c3b1be282
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -14,10 +14,10 @@
|
||||||
(load "bundle--calendar")
|
(load "bundle--calendar")
|
||||||
(load "bundle--email")
|
(load "bundle--email")
|
||||||
(load "bundle--org")
|
(load "bundle--org")
|
||||||
|
(load "bundle--stats")
|
||||||
(load "bundle--ux")
|
(load "bundle--ux")
|
||||||
(load "bundle--mk")
|
(load "bundle--mk")
|
||||||
(load "bundle--linux")
|
(load "bundle--linux")))
|
||||||
(load "bundle--stats")))
|
|
||||||
|
|
||||||
(let ((f "~/feeds.el"))
|
(let ((f "~/feeds.el"))
|
||||||
(when (file-exists-p f)
|
(when (file-exists-p f)
|
||||||
|
|
Loading…
Add table
Reference in a new issue