projects
/
dotfiles
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20573d9
)
Load general before fonts
author
Christoph Egger
<christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:42 +0000
(20:55 +0100)
committer
Christoph Egger
<christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:59 +0000
(20:55 +0100)
init.el
patch
|
blob
|
history
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)
-(dolist (file-to-load '("fonts.el"
+(dolist (file-to-load '("general.el"
+ "fonts.el"
"yas.el"
"python.el"
"c.el"
@@
-17,7
+18,6
@@
"org.el"
"slime.el"
"whitespace.el"
- "general.el"
"jabber.el"
"erc.el"
"pastebin.el"