diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-12 14:56:00 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-12 15:22:37 -0800 |
commit | f6a1ec5f84ed246205c55d55092b2140a27f245b (patch) | |
tree | 6655a35012ef81be1b8e2941202907e2cfb84f3c /.emacs | |
parent | c0afd2e92baf0729910f1f60065c7cd29f19226f (diff) |
emacs: auto-load config files
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |