From 9aa0130bb68ab30cef8f983a1504dbbcb90804a8 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 12 Feb 2023 20:56:19 -0800 Subject: emacs: move libraries under lisp --- .emacs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index ced6f19..93ebb9b 100644 --- a/.emacs +++ b/.emacs @@ -1,8 +1,8 @@ -(add-to-list 'load-path "~/.emacs.local.d/config/") +(add-to-list 'load-path "~/.emacs.local.d/lisp/config") +(add-to-list 'load-path "~/.emacs.local.d/lisp/packages") ;; Load up the general config (load-file "~/.emacs.local.d/general.el") -(load-file "~/.emacs.local.d/mail.el") (load-file "~/.emacs.local.d/modes/fonts.el") (load-file "~/.emacs.local.d/modes/themes.el") @@ -10,7 +10,6 @@ ;; Modes (load-file "~/.emacs.local.d/modes/auto-fill.el") (load-file "~/.emacs.local.d/modes/doom-modeline.el") -(load-file "~/.emacs.local.d/modes/rul-elfeed.el") (load-file "~/.emacs.local.d/modes/flycheck.el") (load-file "~/.emacs.local.d/modes/flyspell.el") (load-file "~/.emacs.local.d/modes/go-lang.el") -- cgit v1.2.3