diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-12 10:19:08 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-12 10:19:58 -0800 |
commit | 332a50286c4d79e175e2270d0db183f3afbb9319 (patch) | |
tree | b5d1d5027cd7ac381aa780edc1d9dea89b5e23d7 /.emacs | |
parent | a36203c0d8d32a1ddf3009cce6c04e0c6f26477e (diff) |
emacs: add elfeed cfg
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |