From c3bf99ad1b59ba04de3a8bd3503827d38e2bef5e Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:22:11 -0400 Subject: forgot to delete a few things --- init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 013392c..1153af1 100644 --- a/init.el +++ b/init.el @@ -21,9 +21,6 @@ (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-lisp")) - (cua-mode 1) (recentf-mode 1) (savehist-mode 1) -- cgit v1.2.3