diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-29 07:52:49 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-29 07:52:49 -0700 |
commit | 35130754a48d2d5473a95bc7a06338ae7c0a58fa (patch) | |
tree | 26c39e3719cd12c8d048e9a1d157fdb000382dd8 /.emacs.d/init.el | |
parent | 318a5ebdbbc15e58495405f6bcb7c5cd9624f66a (diff) |
emacs: rename rul-elfeed to the generic rul-feeds
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7d7107d..0dafda7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -66,7 +66,7 @@ (require 'rul-themes) (require 'rul-bindings) (require 'rul-completion) -(require 'rul-elfeed) +(require 'rul-feeds) (require 'rul-fm) (require 'rul-fonts) (require 'rul-mail) |