summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/init.el b/init.el
index fafe2a5..bca67cf 100644
--- a/init.el
+++ b/init.el
@@ -1,7 +1,3 @@
-(add-to-list 'load-path (file-name-concat user-emacs-directory "config"))
-
-(require 'config)
-
(setq auth-source-save-behavior nil
auto-save-default nil
change-major-mode-with-file-name nil
@@ -22,6 +18,9 @@
(when (file-exists-p custom-file)
(load custom-file))
+(load (file-name-concat user-emacs-directory "load-config"))
+(load (file-name-concat user-emacs-directory "load-local-lisp"))
+
(cua-mode 1)
(recentf-mode 1)
(savehist-mode 1)