changes the concept of "languages" to "mode-customizations"

This commit is contained in:
2012-03-09 10:24:20 +00:00
parent 1835536c99
commit 25e17c915e
25 changed files with 19 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
(load-file (config-path "env.el"))
(load-file (config-path "packages.el"))
(load-file (config-path "helpers.el"))
(load-file (config-path "languages.el"))
(load-file (config-path "mode-customizations.el"))
(load-file (config-path "vendor.el"))
(load-file (config-path "behavior.el"))
(load-file (config-path "appearance.el"))