Rearrange bundle loading

This commit is contained in:
Marcus Kammer 2020-08-20 18:47:45 +02:00
parent 6eea5766b5
commit f9e9c9ca51

View file

@ -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)