Fix bundle load sequence

This commit is contained in:
Marcus Kammer 2019-11-17 10:44:01 +01:00
parent fe0c15e859
commit 5afb87fd86

View file

@ -34,11 +34,11 @@ There are two things you can do about this warning:
(setq custom-file "~/.emacs.d/bundle/custom.el")
(load custom-file :noerror)
(require 'os)
(require 'display)
(require 'hooks)
(require 'calendar-settings)
(require 'org-mode-settings)
(require 'display)
(require 'hooks)
(require 'os)
;; start a server, unless one is already running
(when (require 'server nil t)