From 332a50286c4d79e175e2270d0db183f3afbb9319 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 12 Feb 2023 10:19:08 -0800 Subject: emacs: add elfeed cfg --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 6336ee1..b9f70e0 100644 --- a/.emacs +++ b/.emacs @@ -1,3 +1,5 @@ +(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") @@ -9,6 +11,7 @@ ;; 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