Fix bundle load sequence
This commit is contained in:
parent
fe0c15e859
commit
5afb87fd86
1 changed files with 3 additions and 3 deletions
6
init.el
6
init.el
|
@ -34,11 +34,11 @@ There are two things you can do about this warning:
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom.el")
|
(setq custom-file "~/.emacs.d/bundle/custom.el")
|
||||||
(load custom-file :noerror)
|
(load custom-file :noerror)
|
||||||
|
|
||||||
(require 'os)
|
|
||||||
(require 'display)
|
|
||||||
(require 'hooks)
|
|
||||||
(require 'calendar-settings)
|
(require 'calendar-settings)
|
||||||
(require 'org-mode-settings)
|
(require 'org-mode-settings)
|
||||||
|
(require 'display)
|
||||||
|
(require 'hooks)
|
||||||
|
(require 'os)
|
||||||
|
|
||||||
;; start a server, unless one is already running
|
;; start a server, unless one is already running
|
||||||
(when (require 'server nil t)
|
(when (require 'server nil t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue