aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRaul Benencia <id@rbenencia.name>2023-02-12 20:56:19 -0800
committerRaul Benencia <id@rbenencia.name>2023-02-12 20:56:19 -0800
commit9aa0130bb68ab30cef8f983a1504dbbcb90804a8 (patch)
treef27189baa043410ee411adb8e3a018973e633bfb /.emacs
parent929cf0ba8de0db69aa9b9e5c90b5bb175d7f57e2 (diff)
emacs: move libraries under lisp
Diffstat (limited to '.emacs')
-rw-r--r--.emacs5
1 files changed, 2 insertions, 3 deletions
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")
nihil fit ex nihilo