summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-12 20:58:37 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-12 20:58:37 -0800
commit5f2b301a8df5410962519d2b7e9a977b03e75977 (patch)
treeda73920a1109c0820cdf3a3e2902087c95f3b3a7 /emacs.d/init.el
parent[emacs] Move some packages to a new config file. (diff)
downloademacs.d-5f2b301a8df5410962519d2b7e9a977b03e75977.tar.gz
[emacs] Split the config into 'core' and 'modes'.
Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc).
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 3ce0c2b..ddab1ba 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -20,8 +20,4 @@
(setq use-package-minimum-reported-time 0
use-package-verbose t)
-(use-package init-loader
- :ensure t
- :config
- (setq init-loader-show-log-after-init t)
- (init-loader-load (locate-user-emacs-file "inits")))
+(load-file (concat user-emacs-directory "core/core-load-paths.el"))