]> git.siccegge.de Git - dotfiles/emacs.git/commitdiff
Load general before fonts
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:42 +0000 (20:55 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:59 +0000 (20:55 +0100)
init.el

diff --git a/init.el b/init.el
index a48b934808807a6460dabbc13fe9ee82ee1e7fbe..5cc2fcf54b27f584a84cb634ffec125915a81f59 100644 (file)
--- a/init.el
+++ b/init.el
@@ -9,7 +9,8 @@
 (setq custom-file "~/.emacs.d/emacs-custom.el")
 (load custom-file)
 
 (setq custom-file "~/.emacs.d/emacs-custom.el")
 (load custom-file)
 
-(dolist (file-to-load '("fonts.el"
+(dolist (file-to-load '("general.el"
+                        "fonts.el"
                         "yas.el"
                         "python.el"
                         "c.el"
                         "yas.el"
                         "python.el"
                         "c.el"
@@ -17,7 +18,6 @@
                         "org.el"
                         "slime.el"
                         "whitespace.el"
                         "org.el"
                         "slime.el"
                         "whitespace.el"
-                        "general.el"
                         "jabber.el"
                         "erc.el"
                         "pastebin.el"
                         "jabber.el"
                         "erc.el"
                         "pastebin.el"