From f6a1ec5f84ed246205c55d55092b2140a27f245b Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 12 Feb 2023 14:56:00 -0800 Subject: emacs: auto-load config files --- .emacs | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index b9f70e0..ced6f19 100644 --- a/.emacs +++ b/.emacs @@ -1,7 +1,6 @@ (add-to-list 'load-path "~/.emacs.local.d/config/") ;; Load up the general config -(load-file "~/.emacs.local.d/config.el") (load-file "~/.emacs.local.d/general.el") (load-file "~/.emacs.local.d/mail.el") -- cgit v1.2.3