Rearrange bundle loading
This commit is contained in:
parent
6eea5766b5
commit
f9e9c9ca51
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -1,8 +1,8 @@
|
|||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
|
||||
(load "bundle--server")
|
||||
(load "bundle--customfile")
|
||||
(load "bundle--package")
|
||||
|
||||
(load "bundle--package")
|
||||
(load "bundle--customfile")
|
||||
(load "bundle--keys")
|
||||
(load "bundle--coding")
|
||||
;; (load-theme 'nord t)
|
||||
|
|
Loading…
Add table
Reference in a new issue